• Resolved eagleview

    (@eagleview)


    Hi,

    I would like to manage the display of the page links that display at the top of the zerif theme

    i.e. I would like to make the links larger, change the text colour and add hover features such as a box/frame/shadow and a different text colour when a mouse hovers of a link

    https://www.storeit4less.co.nz/

    Would anyone please know how I could do this.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Do you mean by menu link?
    If yes, add the following custom CSS to customize-> Additional CSS

    .navbar-inverse .navbar-nav>li>a {
        color: #428bca;
        font-size: 20px;
        line-height: 35px;
    }
    .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
        color: #34d293;
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter eagleview

    (@eagleview)

    Hi Poonam,

    Perfecto … thank you !!! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page links’ is closed to new replies.