Rename the menu options/links Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Rename the menu options/links

    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Rename the menu options/links Empty Rename the menu options/links

    Post by IdaTR April 6th 2018, 7:05 pm

    Is it possible to rename the generated menu options/links?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Rename the menu options/links Empty Re: Rename the menu options/links

    Post by SLGray April 6th 2018, 7:46 pm

    Are you using images?  If yes, just create new images with the text you want.



    Rename the menu options/links Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Rename the menu options/links Empty Re: Rename the menu options/links

    Post by IdaTR April 6th 2018, 7:52 pm

    Im not ^^
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Rename the menu options/links Empty Re: Rename the menu options/links

    Post by tikky April 6th 2018, 7:56 pm

    Hey,
    you can use this
    Code:
    #fa_sticky_nav a.mainmenu[href*="HREF"] { display: none; }


    Example
    Code:
    #fa_sticky_nav > a.mainmenu[href*="faq"], a.mainmenu[href*="search"] { display: none; }
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Rename the menu options/links Empty Re: Rename the menu options/links

    Post by SLGray April 6th 2018, 8:03 pm

    The topic starter wants to rename them, not remove them.



    Rename the menu options/links Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Rename the menu options/links Empty Re: Rename the menu options/links

    Post by tikky April 6th 2018, 8:15 pm

    obss sorry,
    use, example:
    Code:
    a.mainmenu[href="/faq"] {
    font-size: 0
    }
    a.mainmenu[href="/faq"]::before{
    content: 'New Text';
    font-size:12px
    }
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Rename the menu options/links Empty Re: Rename the menu options/links

    Post by IdaTR April 6th 2018, 10:31 pm

    Works, thanks ! (: