Forum replies created
Hi,
Please use the following.
.nav-previous a, .nav-next a, .nav-previous .icon-arrow-left::before, .nav-next .icon-arrow-right::before {
color: #000 !important;
}
.entry-meta.entry-footer.row a {
color: #000 !important;
}
The top set of codes is for the prev and next posts.
The bottom set of codes is for your categories and sharing icons.
Thanks!
Hi,
Please use these codes in your Theme Options -> Custom CSS
.home .read-more {
position: relative;
top: 20px !important;
}
Result Screenshot. http://i.imgur.com/WQMvlfX.jpg
Thanks!
Hi,
I just visited your site. It’s loading properly without any fatal error now.
Do you still require any help?
Screenshot. http://i.imgur.com/Xhg8zzm.jpg
Thanks!
Denzel
Hi,
Did you unzip the file before uploading to your wp-content/themes ?
Thanks!
Hi,
The size different could be due to the removal of layer slider and revolution slider plugin from our products.
Thanks!
Hi,
Look at this portion of the code that you have entered in your custom css.
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
{
#wrapper .dd-container .dd-selected-text span:before {
position: relative;
top:0px;
padding: 0px;
margin: 0px;
content: "Menu";
}
.entry-meta.entry-header, .entry-meta.entry-header a {
color: #000;
}
It’s wrong. Your media query has opening bracket, but does not have closing bracket. You also did not use the !important rule that I provided in my reply.
It should be as follows.
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait){
#wrapper .dd-container .dd-selected-text span:before {
position: relative;
top:0px;
padding: 0px;
margin: 0px;
content: "Menu";
}
}
.entry-meta.entry-header, .entry-meta.entry-header a {
color: #000 !important;
}
There could be other errors in your custom css codes. Please check them.
Thanks!
Hi,
Please provide url, show me your sharing box shortcodes.
I will try to provide custom css to change it’s color.
Please also tell me the hex color code of the color that you require.
Thanks!
Hi,
Sorry, there is no option in the Recent Posts shortcode to do that.
We do not provide customization support. You will have to hire a developer from http://jobs.wordpress.net/ to assist in your customization.
Thanks!
Hi,
Sorry, I don’t understand your question.
Are you referring to the Theme Options?
They are found under Appearance -> Theme Options.

Thanks
Hi,
Evolve Plus and Alora theme are built differently.
In Alora theme, it’s called Theme4press slider and Elastic slider.

All the documentations are here. https://theme4press.com/docs/
Sorry, if there is lack of information.
Please import demo content and use it as a guide.
Thanks!