Forum Replies Created
-
AuthorPosts
-
June 14, 2016 at 12:03 pm in reply to: How to implement Dude's code modification via child theme instead of directly? #647912
Hi Vinay,
Thanks for clarifying
Best Regards,
Spleeky.
- This reply was modified 8 years, 5 months ago by spleeky.
June 14, 2016 at 7:00 am in reply to: Change font colour of menu text on hover via child stylesheet #647805Finally fixed it.
#top .main_menu a { color: red ; } #top .main_menu .menu li a:hover { background-color: #6ab2b5; color: white ; }
did the trick
June 14, 2016 at 6:56 am in reply to: Change font colour of menu text on hover via child stylesheet #647801I think i’ve made some progress , i have this code in my child style sheet
#avia-menu .avia-menu-text { font-size: 12px ; color: red ; } #top .main_menu .menu li a:hover { background-color: #6ab2b5; color: white !important; }
The first bit of code, changes the font size of the menu item, and changes the colour of the text.
The second bit of code changes the styling for the menu item when it’s hovered.I’ve discovered if i take the color statement out of the first bit of code so have this instead
#avia-menu .avia-menu-text { font-size: 12px ; } #top .main_menu .menu li a:hover { background-color: #6ab2b5; color: white !important; }
Now the font colour changes as desired when it’s hovered over.
So the first colour statement seems to be applying to hover and normal state.How do i fix this?
thanks
- This reply was modified 8 years, 5 months ago by spleeky.
June 14, 2016 at 1:23 am in reply to: How can i disable the green arrow on hover on the pictures on my blog entries #647719Awesome, thank you very much
June 14, 2016 at 1:21 am in reply to: Override config-templatebuilder/config.php via Child Theme… how can i do this? #647717Hi anyone have some advice, thanks
-
AuthorPosts