Okay
  Public Ticket #1857393
Page Submenu Settings (Height, Font-family, text-size, :hover, :active, )
Closed

Comments

  • Gustavo started the conversation

    In the submenu of the page I need to change:

    1 - The height of the submenu of the page, 2 - font-family and text size to default 3 - and also to hover and active. 4 - Put a logo in transparent png, or a same html text may be in the left corner of the menu, will be the name of the product (like iPod or iMac see attachment).

    Something like the Apple website submenu.

    Through the panel I got here.

    http://www.mobywork.com.br/brand/

    Can you help me?


  •  8,996
    Tahir replied

    Hey Again,

    I am afraid this would require custom work as the Salient Theme has no such option available. 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .page-submenu li a {
        font-size: 18px !important;
    }
    .page-submenu li a:hover {
        color: #f04939 !important;
    }

    Thanks


    ThemeNectar Support Team