Shape 5

Joomla Templates => News Blog - Club => : guhaswami June 16, 2018, 09:27:28 PM



: How to change title colours?
: guhaswami June 16, 2018, 09:27:28 PM
Hi,

I would like to change the default title colour that appears on my site using this template. I notice there is no option for this in the Vertex options. Is this only possible through the CSS file. If so where can I find the settings to change? Thank you in advance.


: Re: How to change title colours?
: jonahh June 18, 2018, 11:04:52 AM
Hello,

Can you give a URL to an exact example of the title you want to change? I can assist you with CSS for it.

Thanks


: Re: How to change title colours?
: guhaswami June 19, 2018, 01:47:55 AM
I am setting up my site offline using a MAMP server for now. The title colour I want to change are the article titles that will appear in the content, not the menus or other modules. If this can only be done through the template.css file, could you give me a snippet of the code to look for it'll be much appreciated. Thanks.


: Re: How to change title colours?
: jonahh June 19, 2018, 10:32:35 AM
You can add the following CSS to the bottom of your custom.css file to add a color:

:
#s5_component_wrap_inner h2, #s5_component_wrap_inner h1 {
    color: #ff0000;}


: Re: How to change title colours?
: guhaswami June 21, 2018, 03:14:49 AM
Thank you Jonah. I will give it a try today and get back.



: Re: How to change title colours?
: guhaswami June 25, 2018, 07:59:38 PM
I tried the custom code, even added !important call but both didn't override the template defaults. I am going to live with it for now as I am still in the development stages of my site and figure it out later or try to see if Shape 5 might provide the option in the vertex styling itself in a version update. Thanks anyway. I will post a work around if I discover one.


: Re: How to change title colours?
: jonahh June 26, 2018, 10:20:32 AM
If you post a URL live with the CSS above I gave I can take a look for you as to why its not working. It probably just needs a small edit.