Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #512837

    Hi!

    http://tuinhoes.nl/

    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!

    #512838

    Hi c3computers!

    You should comment in your custom CSS as following

    /* Background color home */

    instead of

    //Background color home

    That should fix the issue :)

    Cheers!
    Yigit

    #512841

    Well… 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.
    #512846

    Hi!

    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,
    Yigit

    #512872

    Sweet! Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header options’ is closed to new replies.