By Adam T on Sunday, 09 June 2019
Posted in General
Replies 1
Likes 0
Views 1.4K
Votes 0
The Vanilla "Major Colour" Preset sets the same colour for the body links, button links, module links, and footer.

However, I would like to have one colour (#39b54a) for links and a different colour (#006837) for the footer. I also want the links for the category module for both EasyBlog and EasyDiscuss to match the mainmenu link and mouseover colours.

Can you please advise how to achieve this?
Hey there,

In order to set a certain color for a certain part, you need to use custom CSS to do so.

You can paste the following Custom CSS code into here as shown in the screenshot https://take.ms/TXGzK4 and see how it goes:

body #sp-footer {
background: #006837;
}

body #eb.eb-mod.mod_easyblogcategories .mod-cell a{
color: #39b54a;
}

body #ed.discuss-mod-categories a{
color: #39b54a;
}


The second code is for the links of the menu items.

Do clear all of your caches before you see the changes.
·
Monday, 10 June 2019 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post