Kindly go to Appearance>>Theme Options>>Basic Setting>>Custom CSS Box
Add this code there:
Add to custom css:
.testimonials-wrap .section_title {
color: white;
}
Problem #2
On the main page Naturo plugin use a Section5/ourteam section. How can I reorder the members? It cannot be changed after creation, not even with changing publication date.
I have solved this.
The problem was that the theme menu wasn’t selected under Appearance -> Menu -> Menu Settings
Once I selected Header Navigation in ‘Display Location’ then the sub menu background color came through.
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:979px) {
.header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a { color:#282828 !important;}
.header .header-inner .nav ul li ul li a { background:transparent !important;}
}
Hi Brad,
Tnx for the help but it didn’t work somehow. Probably my mistake.
I copy and pasted this link in the Custom CSS Box:
#services-box .read-more{background:##a04321 !important;} I changed the color to #a04321 as you can see.
You can check my site: www.soulkitchenlive.nl At “home” It’s the 4 boxes with the green buttons.
Maybe what went wrong is:
At Theme Option>Sections> Top Four Services Columns Below the Slider> I changed the “Read More Button Text for Pages” to Lees meer. Maybe your code doesn’t work because of that?
The navigation background color is okay. The issue is for mobile header color above the navigation bar: Currently the mobile header black color is achieved by the following code:
@media screen and (max-width: 768px) {
body {background-color: #000000;}
}
The issue is – it also changed the content background color to black. Please visit page Practice on mobile to see this issue. The question is: how to change the header background color to black while keeping content background color as white?
I’m using theme Complete Pro, and need to change the services section (frontpage –> home section 3). This is the original code (AND IT SHOWS the box (on the front end):
[service pattern=”boxpattern-1″ bgcolor=”#ffffff” icon=”http://dev.australiamigrate.com/wp-content/themes/complete/images/ecommerce.png” title=”Ecommerce” button=”Buy Now” url=”#”]Lorem ipsum dolor amet consectetur adipiscing elit. Nunc mi dui placerat eu faucibus vel, efficitur quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada.[/service]
I’ve changed the hover color as it remains the same as the normal navigation text-color.
If I change the hover text-color it also changes all navigation points which have subsites…