-
AuthorPosts
-
October 2, 2015 at 2:39 pm #512837
Hi!
Im setting up a website to try out all the posibilitys with the theme. I just added this code to my child css:
//Fontsize 'Prijs" #top .price, #top .price span, #top del, #top ins{ display: inline; text-decoration: none; font-size: 25px; line-height: 24px; font-weight: 600; } #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child { background: #abbe31; } //Fontsize widget_product_categories .widget_product_categories li a{font-size: 14px;font-style: normal;} //Background color home li#menu-item-19 a { background-color: #2997ab!important; }
Now it ignors the :
//Fontsize widget_product_categories .widget_product_categories li a{font-size: 14px;font-style: normal;}
but whene i add is to the quick CSS in the theme is works.
And also the code for the background of the home button stopt working.
Tnx in advance!
October 2, 2015 at 2:40 pm #512838Hi c3computers!
You should comment in your custom CSS as following
/* Background color home */
instead of
//Background color home
That should fix the issue :)
Cheers!
YigitOctober 2, 2015 at 2:45 pm #512841Well… that was stupid :) TNX!
Next Q:
i would like the header buttons to stay green when clicked / active. And can you check the last button “Kussentassen” . The hover is weird, is is missing a piece.
Tnx!
- This reply was modified 9 years, 1 month ago by c3computers.
October 2, 2015 at 2:53 pm #512846Hi!
Please add following code to Quick CSS
ul#avia-menu > li.current-menu-item > a { background-color: #58af66!important; color: white; } .html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; } .html_cart_at_menu.html_main_nav_header #top .main_menu .menu>li:last-child { padding-right: 0; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitOctober 2, 2015 at 3:42 pm #512872Sweet! Thanks!
-
AuthorPosts
- The topic ‘Header options’ is closed to new replies.