This topic has 8 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
I am trying to add a menu item to the upper top left hand side of the secondary menu to replace the telephone number.
Could someone please advise. Kind Regards, Su.
Hello,
Could you provide screenshots for better understanding?
Regards
Upper left banner where the phone number is. Also noticed the colour has changed from white to dark.
Hope this helps.
Go to Appearance > Widgets > Left side top bar area.
Regards
Hi, Its good to see where the upper section is located and we hope the screen shot helped.
However, we are asking how to connect items in the upper left navigation area with site pages? plus how do we change the font, size and colour of the menu item?
Hope you can help.
Please provide screenshots, you may use such screenshot maker as Lightshot
Go to Theme Options > Typography > Navigation.
Regards
Hi Rose, The colour is now back to white. Going into the widgets we now know how to add a URL to new text, however how can we change the text colour, hover colour, size and its font? please.
You may add custom css code in Theme Options > Styling > Custom css, for example:
.top-bar .languages-area a {
color: red;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
.top-bar .languages-area a:hover {
opacity:1;
color: green;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up