Shape 5

Joomla Templates => Game World - Club => : itye1970 May 05, 2016, 03:40:26 AM



: How do you change font style and color and login box
: itye1970 May 05, 2016, 03:40:26 AM
on my site www.pcsimulators.org, on the left under Latest news, how can i change the color from red to something else? Also how can i Remove the LOGIN button

Many Thanks


: Re: How do you change font style and color and login box
: mikek May 05, 2016, 07:24:03 AM
Hello,

That is your standard link color set by the highlight color. You can try the following in custom.css to override this:

.latestnews a {
color:#000FFF !important;
}

To remove the login/register text just go to the bottom of the General tab in the template configuration and save the label fields as empty and they will no longer show.


: Re: How do you change font style and color and login box
: itye1970 May 05, 2016, 09:21:01 AM
can you do it without using any code? is there a menu option?


: Re: How do you change font style and color and login box
: mikek May 05, 2016, 11:23:34 AM
Hello,

I don't know what question you are referring to. The color of the links can only be changed with the css I gave above. The profile link can be done with a menu item like I explained above.


: Re: How do you change font style and color and login box
: itye1970 May 06, 2016, 02:39:47 AM
sorry, im referring to the color of the links under latest news on my website, so the color can only be changed by code? i tried to use the menu option but that only changed the color of the top 4 boxes not the text under latest news

problem with using code everywhere is that its easy to make a mistake and mistype or spell, are you saying that to change the color of the text under the latest news heading, only code can be used?

Thanks for your help


: Re: How do you change font style and color and login box
: mikek May 06, 2016, 07:08:14 AM
Hello,

Color is always defined by css, there is nothing else that could define that. A menu item wouldn't control the color.

If you add the code I gave you exactly as I have it to custom.css it only has to be applied once and that's it.


: Re: How do you change font style and color and login box
: itye1970 May 06, 2016, 09:55:34 AM
thank you