Change the fontcolor of special left menu (css) - Acme Themes

Best Premium and Free WordPress Themes Forums Online Shop Change the fontcolor of special left menu (css)

Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #45094
    Push
    Participant

    Hi,

    How do I use “Additional CSS” in order to change the font-color in the special left menu?
    I have tried with all these, but can’t get the font-color to change:

    .menu-item, .menu-item-type-taxonomy, .menu-item-object-product_cat, .menu-item-has-children, .menu-item-400, .sub-menu {
    	color:blue;
    }

    Changing background-color is wokring, but not the font-color.

    Can you please guide me in how to get this done?

    #45144
    acmethemes
    Keymaster

    Dear Push,
    If you can provide us with your site URL, we will observe and can provide you with possible solutions.
    Best Regards!

    #45172
    Push
    Participant

    Hi,

    It’s the following one: http://stylelanka.x10.bz/wordpress/

    #45275
    acmethemes
    Keymaster

    Dear Push,
    Please add the CSS code below in Additional CSS
    Appearance->Customize->Additional CSS

    .main-navigation ul.special-menu-wrapper ul.special-sub-menu a{
    color:#fff;
    }

    Best Regards!

    #45300
    Push
    Participant

    Thanks a lot for great support!

    #45344
    acmethemes
    Keymaster

    Dear Push,
    You are Most Welcome 🙂

    Best Regards!

    #45491
    Push
    Participant

    Hi again,

    Is it also possible to get rid of the “border” under “Proceed to Checkout” button at for instance the following page: http://www.acmethemes.com/demo/?theme=online-shop

    Best Regards,
    Push

    #45530
    acmethemes
    Keymaster

    Dear Push
    Please add the CSS code below in Additional CSS
    Appearance->Customize->Additional CSS

    .woocommerce-cart article.page {
       box-shadow: none;
       -webkit-box-shadow: none;
    }

    Best Regards!

    #45570
    Push
    Participant

    Amazing! Thanks a lot!

    #45579
    acmethemes
    Keymaster

    Dear Push,
    You are Most Welcome 🙂

    Best Regards!

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