Forum replies created
Hi,
Please use the evolve: Slides Slideshow (Flexslider)
There is settings within this widget.
To see how it works, you can do a fresh WordPress installation on your computer and Import Demo Content, use that as an example.
Thanks!
Hi,
Please add the following to the end of your Custom CSS, you can change the #000 to other color code.
.container-footer .widget-content {
border: 2px solid #000 !important;
}
Thanks!
Hi,
First of all please kindly start your own thread.
You can post a link to a related thread.
To change a theme, go to your WordPress admin -> Appearance -> Themes Activate any WordPress default theme, delete your Evolve Plus Theme and Then upload fresh Evolve Plus Theme and install.
Please use the following in Theme Options -> Custom CSS
This will move up your content on your homepage.
.home #primary {
position: relative;
top: -50px;
}
Thanks!
Hi,
In my opinion, it’s not possible to have one solution for all screen sizes, and not possible to have one solution for different number of menu items. You need custom css for each issue and whenever you add any item, you will need to re-adjust all over again.
For this page http://www.resound-polska.pl/dla-profesjonalistow/
You can try out the following in Theme Options -> Custom CSS
#sticky-nav ul li:nth-child(6) {
margin: 0 0 0 60px;
}
Screenshot http://prntscr.com/7zig4f
Due to the complexity of your customization request, I suggest you contact us for a customization quote via our service page https://theme4press.com/services/
We can only provide simple Custom CSS solution on this forum.
Sorry, that’s all I can help on this issue.
Thanks!
Hi,
For this site http://menofpurpose.fogwm.org/
Please use the following in Theme Options -> Custom CSS
.container-footer .widget-title-background {
background: #000 none repeat scroll 0 0 !important;
}
The word .container-footer will target only widgets in footer.
The #000 color code is black, you can change to the color that you need.
Thanks!
Hi,
Please post your website url.
We will try to provide a custom css solution for you.
Please also list down the color hex code for the widgets and the location, whether it is for widget title or widget content color.
You can use this color picker for help. http://www.w3schools.com/tags/ref_colorpicker.asp
Thanks!
Hi,
You are welcome!
Thanks!
Hi,
I added the following for you.
.tabset.tabs {
border-right: 1px solid #e0dddd !important;
}
http://share.pho.to/9buOz/6a/original
Thanks!
Hi,
I see that you have switched to horizontal tabs, perhaps this is better?
Thanks
Hi,
It’s cause by this plugin –> Light – Responsive LightBox
I deactivated it and the My Account link is working properly.
No more dark overlay.
Screenshot http://share.pho.to/9buAO/nc/original
Thanks!