Okay
  Public Ticket #374445
Prominent Phone number
Closed

Comments

  •  1
    Brad started the conversation

    How would I go about placing my phone number prominently in the header in Salient? I am looking for a solution that fits the same overall design as the theme. Any help is very much appreciated.

  •  8,996
    Tahir replied

    Hey!

    You can add it using the Secondary Header Menu and placing the phone number as the menu title. You will have to turn on the Secondary Menu in Salient Theme Options Panel -> Header Section. Also create a new secondary menu in Apperance -> Menu.

    Thanks


    ThemeNectar Support Team 

  •  1
    Brad replied

    Tahir,

    Thank you for the help! Now, I cannot figure out how to make the font larger in the secondary menu...I see options to change the font for the primary navigation, but nowhere for secondary. As it stands the telephone number is very small in the upper right corner. Any suggestions?

  •  8,996
    Tahir replied

    Can you provide your site url so i can write up some custom css for you .

    Thanks


    ThemeNectar Support Team 

  •   Brad replied privately
  •  8,996
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    body[data-header-color="custom"] #header-secondary-outer nav > ul > li#menu-item-1134 > a {
        color: #D32A2A !important;
        font-size: 22px !important;
        font-weight: bolder;
    }

    Thanks



    ThemeNectar Support Team 

  •  1
    Brad replied

    That works perfectly. Thank you for your assistance!

  •  3
    Phil replied

    Hi,

    I'm trying to achieve the same thing, but the custom CSS doesn't seem to work for me.

    Thanks

  •  8,996
    Tahir replied

    Hey Phil!

    Try this, Be sure to change the menu-item-id :

    body #header-secondary-outer nav > ul > li#menu-item-1134 > a {
        color: #D32A2A !important;
        font-size: 22px !important;
        font-weight: bolder;
    }

    -T


    ThemeNectar Support Team 

  •  3
    Phil replied

    Thanks Tahir. That did the trick


  • yandrea26 replied

    ooooo this worked!!!!!!!!!!!!!!!!!!!!! 

    Anyway to put a button up there?

  •  8,996
    Tahir replied

    Please have a look at this Article :Add Phone-Number/Email in secondary menu with icon .

    Best


    ThemeNectar Support Team