I am using basic themes in RW and wanted to enlarge/stand-out one of the menu buttons on a site. Is there away to single out just one of the buttons for customizing?
There might be but we’d need to know which theme you’re using. Having a published URL to visit is also helpful.
I am using the Allegro theme, site is www.alanlacer.com
I wish to make the “Alan’s Store” more prominent.
Thanks for any assistance.
Don’t know what you want to stand out (size, color font weight, etc). but this selector should work, just change the CSS styling to what you want.
#navcontainer ul li:nth-child(2) a {
font-size: 20px;
font-weight: bold;
color: red;
}
Thanks so much. Will give it a try. I want the font larger and a different color.
Hi Doug:
I am still pretty new to RW and not having much luck changing. Could you give me specific steps to change that one button? Thanks for the help.
Why not just add a Font Awesome icon to the button?
In the list of pages on the left of the Edit window, replace ALAN’S STORE
with
<i class='fa fa-shopping-cart'></i>  ALAN'S STORE
Rob
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.