What do you mean you have the CSS style taken care of? If there are elements that have not changed, you probably need to change the CSS code for those elements or else there is a problem with your code (either CSS or HTML).
You’ll need to be able to post a link to your site for help with CSS issues so someone can look at the actual code.
The css style is not quite good (I think). I have no knowledge of. One part of the website is blue, and the other part of the website is still purple.
P.S. My english is not good. I’m from the Netherlands.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Hi Evansteenis, can you provide a link to your website for us to see? Otherwise resolving the issue hypothetically will consume too much time.
http://www.evansteenis.nl
I removed the maintenance mode so you can see the website. But when you are finished the maintenance mode must go back on because the website is a mess right now.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
So, it’s the navigation purple you want changed blue?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Maybe it’ll be just easier if you add this CSS;
li.current-menu-item > a {
background: none;
background: #4275EC;
}
I did that…
This is the CSS:
@charset utf-8;
/*--
Theme Name: WordPress Theme 1214
Theme URI: http://template-help.com/
Description: A theme from Template-Help.com Collection
Version: 3
Author: Template_Help.com
Author URL: http://www.Template-Help.com/
--*/
[ Moderated that’s way to much CSS to post here. ]
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You shouldn’t be editing the theme’s files.
Download (and install) a Custom CSS Manager plugin and enter your CSS within the area of the dashboard allocated by that plugin.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try the Jetpack plugin and use its Custom CSS functionality to hold your CSS modifications.
This works just like the editor that I already had in my wordpress. Until now, still have two colors.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Sorry, I can’t find that CSS modification on your webpage.
Whereabouts did you add it?