Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • saidx Friend
    #186511

    Hello,

    how can i add a font text on the menu button on the mobile view?

    Thank you & Greetings

    Like this..


    1. Unbenannt
    Luna Garden Moderator
    #489190

    Hello,

    In order to add text to Menu Button, go to this file:
    templatesja_brisktplsblocksheader.php

    Find these lines:

    <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
    <span class="icon-bar"></span>
    <span class="icon-bar"></span>
    <span class="icon-bar"></span>
    </button>

    change to:

    <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">Menu

    </button>

    Additional, go to file
    templatesja_briskcsscustom.css
    add these lines:

    .t3-mainnav .navbar .btn-navbar{
    color: #000
    }

    saidx Friend
    #489241

    Hello Luna Garden,

    thank you for your support. It works but I have one problem with the “hover”. When I press the button, the font color change to white? How can I fix this?

    Screen shot:

    Tanks & Greetings


    1. Unbenannt
    Luna Garden Moderator
    #489311

    Hi,

    In order to change color of menu when hovering, go to file
    templatesja_briskcsscustom.css
    add these lines:

    .t3-mainnav .navbar .btn-navbar:hover{
    color: #000[/URL]
    }

    Or add any properties you want to.

    saidx Friend
    #489330

    hmm it doesn’t work? :confused: Please check this on my website.

    Luna Garden Moderator
    #489373

    Hello Saidx,

    The code must be:
    .t3-mainnav .navbar .btn-navbar:hover{
    color: #000;
    text-decoration: underline;
    }

    [/URL] was a error typo, I was trying to remove the hyper link was created.

    saidx Friend
    #489404

    Thank you, now it works fine 🙂

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

This topic contains 7 replies, has 2 voices, and was last updated by  saidx 11 years, 7 months ago.

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