Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • fintan Friend
    #195963

    When I set a menu item to “text seperator the style changes completely:
    http://www.fintan-gastro-consulting.ch/Fintan_Test_J3/

    Where can I edit this behavior?

    Also where can I set the colors and box frame sizes for the drop down menues?

    chavan Friend
    #527459

    For text seperator fix

    Go to this File: /templates/purity_iii/css/themes/fintan/template.css

    Add this code :


    .nav li .separator {
    color: #248f07 ;
    text-transform: uppercase;
    }

    .nav li .separator:hover {
    color: #248f07 ;
    text-transform: uppercase;
    -webkit-box-shadow:inset 0 -2px 0 #248f07 ;
    box-shadow:inset 0 -2px 0 #248f07 ;
    }

    For Dropdown style changes, you can edit the css in this file :

    /templates/purity_iii/css/themes/fintan/megamenu.css

    fintan Friend
    #527462

    Thank you. I’ll try that when I am finished FTP uploading some other site.

    Do I turn dev mode “on” in the templpate?

    chavan Friend
    #527468

    yes, once you get all the work completed in the website. you can turn off

    fintan Friend
    #527471

    I am confused, with dev on my firebig points to:
    templates.purity_iii.less.navigation.less.css

    Line 57

    not template.css

    When I make the changes to
    templates.purity_iii.less.navigation.less.css

    It borks my navbar completely.

    So I took the changes out again.

    chavan Friend
    #527548

    I have disabled compress optimization. so you can use firebug and know where actual css persists.

    disabling compress optimization can only be done by making development OFF.

    fintan Friend
    #527601

    <em>@Chavan 417414 wrote:</em><blockquote>I have disabled compress optimization. so you can use firebug and know where actual css persists.

    disabling compress optimization can only be done by making development OFF.</blockquote>

    Okay I applied your changes and they sort of work, but the alignment is wrong. Not sure how to fix that. My css is rudementary.

    chavan Friend
    #527631

    Go to this File:templates/purity_iii/css/themes/fintan/template.css

    Replace this code


    .nav li .separator {
    color: #248f07 ;
    text-transform: uppercase;
    }

    With


    .nav li .separator {
    color: #248f07 ;
    text-transform: uppercase;
    line-height:55px;
    }

    fintan Friend
    #527632

    Great Thank you 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  fintan 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum