Forum replies created
Hi,
You are right. it isn’t working.
I will report this to our developers, Please wait for fix in next theme update.
Thank you
Hi,
Evolve Plus is only 2.6.8, there is no 4.5.4
Are you using the correct theme?
Please post your website URL.
Thank you.
Hi,
Your link color is the same color as your header background, this is why you cannot see the icons.
Use the following in Theme Options -> Custom CSS
.tipsytext {
color: #fff !important;
}
Thank you.
Hi,
You can use the following in Theme Options -> Custom CSS
It will remove the title from your home page.
.home .entry-title {
display: none !important;
}
Regarding ads, it’s not possible to replace title with ads.
It’s only possible to put in content.
Please find an ad plugin that has shortcode, you can use it at the top of your content.
Thank you.
Hi,
Currently there is no vertical menu.
You can contact our developer for this customization.
https://theme4press.com/theme-customization-service/
Thank you
Hi,
Please use the following in Theme Options -> Custom CSS
It will move the list in menu to the left.
.widget_nav_menu ul {
margin-left: -10px !important;
}
Thank you
Hi,
Please use the following in Theme Options -> Custom CSS
.sticky {
background: #ffffff none repeat scroll 0 0 !important;
box-shadow: none !important;
}
.home .type-post.sticky .entry-title a, .home .formatted-post .entry-title a, .page-template-blog-page-php .type-post.sticky .entry-title a, .page-template-blog-page-php .formatted-post .entry-title a {
color: #000000 !important;
}
You can change background color of #fff to a different color hex code.
You can change the title color #000000 to a different color hex code.
Thank you
Hi,
Please go to Appearance -> Theme options -> Social Media Links
Find the setting -> Enable Subscribe/Social links in header
This has to be enabled.
Find the setting -> Social Media Icons Order and Display
Ensure that those you want to display is checked.
Thank you
Hi,
Please put your image in the header and provide me your website URL.
I will try to use css code to “fit” your image.
Thank you
Hi,
You are seeing this because your login cookie expired.
Clear your browser history and login again.
Thank you.