Remove top "Join Now" and "Member" links

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?

Quote · 7 Dec 2009

You can easily hide them using CSS.

In templates\tmpl_uni\css\general.css.

Look for....


.no_hello_actions {

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
Quote · 7 Dec 2009

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.

Quote · 7 Dec 2009

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.

It is a must have tool for anyone working with dolphin. It will save you a lot of time.

https://www.deanbassett.com
Quote · 7 Dec 2009

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?

Quote · 8 Dec 2009

Correct.

Firebug is just a tool to help you locate things, and view the current CSS. You can even fiddle with the live view of the CSS to see what effect it will have. It makes no perminate changes. But it does save you from manually going through tons of CSS files just to find what you need to change.

So yes. A external editor like dream weaver is needed to make the actual changes.

https://www.deanbassett.com
Quote · 8 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.