Best Premium and Free WordPress Themes › Forums › Online Shop › Change the fontcolor of special left menu (css)
- This topic has 9 replies, 2 voices, and was last updated 5 years, 8 months ago by acmethemes.
-
AuthorPosts
-
February 5, 2019 at 1:03 pm #45094PushParticipant
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?
February 6, 2019 at 4:42 am #45144acmethemesKeymasterDear Push,
If you can provide us with your site URL, we will observe and can provide you with possible solutions.
Best Regards!February 6, 2019 at 11:09 am #45172PushParticipantHi,
It’s the following one: http://stylelanka.x10.bz/wordpress/
February 7, 2019 at 5:30 am #45275acmethemesKeymasterDear 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!
February 7, 2019 at 11:55 am #45300PushParticipantThanks a lot for great support!
February 8, 2019 at 4:54 am #45344acmethemesKeymasterDear Push,
You are Most Welcome 🙂Best Regards!
February 10, 2019 at 10:20 am #45491PushParticipantHi 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,
PushFebruary 11, 2019 at 5:32 am #45530acmethemesKeymasterDear 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!
February 11, 2019 at 11:00 am #45570PushParticipantAmazing! Thanks a lot!
February 11, 2019 at 3:26 pm #45579acmethemesKeymasterDear Push,
You are Most Welcome 🙂Best Regards!
-
AuthorPosts
- You must be logged in to reply to this topic.