• Resolved redlinebikeparts

    (@redlinebikeparts)


    I was wondering if it is possible to change the colour of either the drop-down box or the colour of the writing?

    It doesn’t necessarily look bad but could be hard to see for something with a visual impairment.

    This theme is honestly incredible so much better than the previous 30 themes I have tested.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author exstheme

    (@exstheme)

    Hello, dear @redlinebikeparts !

    Thank you for using our theme and for your kind words!

    You can change your sub menu and link colors with this simple CSS snippet that you can add into your Customizer – Additional CSS section:

    @media screen and (min-width: 1200px) {
    	.top-menu ul {
    		background:#fff;
    	}
    
    	.top-menu .sub-menu a:not([id]) {
    		color: #111;
    	}
    }

    You can customize these HEX code color values to any color that you need.

    Please let me know if that is what you’re looking for.

    Best regards,
    Yurii

    Thread Starter redlinebikeparts

    (@redlinebikeparts)

    Hi thank you for your speedy reply.

    I am referencing the drop downs for customers choosing their delivery country.

    unfortunately, I cant load a picture on here to be more descriptive I’m sorry.

    Theme Author exstheme

    (@exstheme)

    Sorry I have misunderstood you at the first time.
    I assume that you want to modify ‘Select2’ drop down plugin from the WooCommerce default package.
    For the Checkout page please try to add the following CSS code snippet into your Customizer – Additional CSS section:

    
    .select2-results__option {
        background: #111;
    }
    

    Please let me know if that is what you’re looking for.

    Best regards

    Thread Starter redlinebikeparts

    (@redlinebikeparts)

    You are amazing thank you so much!!!!!

    All fixed this is seriously the best theme for Woocommerce if anyone is reading this every other theme is honestly rubbish.

    I contacted a DIFFERENT theme support over 5 days ago with no response.

    ExS replies straight away and fixes my issues.

    Thank you

    Theme Author exstheme

    (@exstheme)

    Thank you very much for your kind words!

    This is the best motivation for us to do what we do ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Drop Down box colours’ is closed to new replies.