How does one remove the Join Now and Member links at the top?
Or, change them from appearing as:
Join Now Member
To:
Join Now
Members
Right justified in the column?
How does one remove the Join Now and Member links at the top?
Or, change them from appearing as:
Join Now Member
To:
Join Now
Members
Right justified in the column? |
You can easily hide them using CSS. In templates\tmpl_uni\css\general.css. display:none; Add this line to hide the links.
font-size:18px;
font-weight:bold;
padding-right:10px;
padding-top:9px;
}
https://www.deanbassett.com |
Thank you. Works as suggested! I guess when I really deploy (I am just testing right now) I'll have to play around with the CSS to make it smaller and position it differently. Wish there was some documentation that can walk you through all of these things instead of asking the forum each time. |
If you use firefox with a plugin called firebug you can right click on any element in a page, select properties, and it will tell you where and which css file the style is in. https://www.deanbassett.com |
Sure, just downloaded and installed FireBug, but if you download the base and templ_uni (or other template) directories then I should be able to use Dreamweaver? Or perhaps the better strategy is to have FireBug show me and in parallel I have DW open to make the actual change? |
Correct. https://www.deanbassett.com |