Link color issue

Posted in: Newsmag
Post count: 3

Hello,

I have two issues.

1. The links in my Post/Page Visual Editor are blue when they should be the color I have set for the Theme color (Green).

2. I don’t know if this is related to issue #1 but when I refresh my website the first colors for links and my Menu categories are blue then turn green (which is the correct color they should be)

My website where you can see this problem is http://techu4ria.com/best-selling-headsets-for-gamers/

Double checked it on both Chrome and IE and it seems like it loads a blue theme color of the page quickly before loading the green theme.

Thanks for the help.

Post count: 7909

Hi,

1. The link color in backend is blue, the theme color is applied only in frontend – http://screencast.com/t/EtVtuWQC5Xyp
You can change that color if you need it by adding this css in type.less: http://screencast.com/t/BzyneEf4DXfQ

.mce-content-body a {
color: red;
}

2. Unfortunately is usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme color appears first then changes, because of the cascading property of css. What you can do is to change the color directly into the css style-sheet which will make your colors to load first and stay that way. You could also deactivate the plugin if you don’t need it.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.