Forum replies created
Hi Loretta,
Thank you for getting back to us.
Hmm, we can use the following CSS code to have the links underline on hover. Kindly add the CSS code on your Theme Options> Custom CSS
/*Underline links on hover*/
a:hover {
text-decoration: underline !important;
}
Please let me know if this helps.
HI Marcin,
Thank you for getting in touch.
Hmm, I am not quite sure this is clear to me. However, if you are referring to the blog layout for your post, I would recommend you to have a look at our guide on “Setting up the blog”:
https://theme4press.com/docs/setting-up-the-blog/
If not, kindly elaborate a bit more on this so we can be of more help.
Hi Lisa,
Thanks for reaching out to us!
Yes, you would need that plugin. To get the plugin, first you need to activate the theme first, here’s how to activate the theme; https://theme4press.com/docs/theme-installation-update/#activating.
Hope this helps!
Hi Stephen,
Thank you for reaching out.
The issue seems to be the CSS code (it should not be single quotes ‘ ‘), kindly implement the following CSS code.
body.page-id-127 {
background: url("http://thatfootballgame.com/wp-content/uploads/2016/08/blank-scroll.gif");
}
Please let me know if this helps.
Hi Sue,
Thank you for getting back to us.
Hmm, could try and use the following CSS code to change the hover color to black.
ul.nav-menu li:hover> a {
color: #000 !important;
}
Please let me know if this helps.
Regards,
Hi Terry,
Thanks reaching out to us again.
Did you try to troubleshoot using the suggested steps here: https://theme4press.com/support/topic/home-blog-has-sidebar-misc-text/#post-29490 ? Please let me know the results.
Regards.
Hi Johannes,
Kindly try to use the following custom CSS to change the sidebar widget background:
#secondary, #secondary-2 {
background-color: #ccc!important;
}
I hope that helps.
Hi Terry,
Thanks for reaching out to us again.
I’m looking at the backend of the site and the Editor option seems to be locked, so it is not possible for me to figure some of your custom code if any is any. I would advise you to also follow the ideas suggested here: https://theme4press.com/support/topic/home-blog-has-sidebar-misc-text/#post-29490.
Please let me know how it goes.