Forum replies created
Hi,
Sorry, I am not able to replicate your issue on my localhost test site.
For troubleshooting,
Please disable one plugin at a time to find out which plugin is causing this issue.
Thank you
Thank you for sharing these information!
Thank you! Have a nice day! 🙂
Thank you for sharing your findings!
Regards,
Denzel
Hi,
Chrome or Firefox on mobile is different than Chrome or Firefox on desktop.
Thank you
Hi,
Use the following in Theme Options -> Custom CSS
.copyright a:hover{
color:#f1f1f1 !important;
}
You can change the color hex code.
Thank you
Hi Chris and Linda
Please open a new thread for every request you make, this is to avoid confusion.
https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/
To Chris,
The css code works on your site.
You need to copy it properly in to Theme Options -> Custom CSS
If you are still unable to get it to work, check your other custom css codes for syntax error.
.post-content ul {
list-style-type: square !important;
margin-left: 20px !important;
}

To Linda,
Other than square, there are a few choices.
You can refer to this list.
http://www.w3schools.com/cssref/pr_list-style-type.asp
Thank you
Hi,
You can try using the following.
#sticky-nav {
float: left !important;
}
Let me see your sticky header if the above does not work.
Thank you
Hi,
You want to hide “SHOP” from sticky menu? Maybe there is an unique css ID.
Please enable sticky menu, I will need to take a look.
Thank you.