Shop Categories

X

CSS Formatting

Home Forums Agama Pro CSS Formatting

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7568
    tommatchett
    Participant

    Hi,

    I have a couple of minor tweaks that I would greatly appreciate your help with please.

    Firstly, I would like to make the input text darker when entering address details into a form:
    https://bu-evolution.com/checkout/

    At the moment it is very pale grey and difficult to read

    Secondly, when I look at the mobile version of the menu, it seems to be white text on a white background. Do you know how I change this please so that the menu is a white text on a black background or vice versa please?

    Many thanks,
    Tom

    #7570
    Zex
    Moderator

    Hello Tom!

    Use the code below, to change the color of the input fields in the form.

    .woocommerce-checkout textarea,.woocommerce-checkout input{
        color: #000!important;
    }

    You can change the mobile menu links and background color in

    Customizing ▸ Navigations ▸ Navigation Mobile, menu.

    http://prntscr.com/i8jhxg

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.