Su_Ramen
Forum Replies Created
-
Hi @bhageria
You can try disabling W3 Total Cache plugin to see if the problem can be solved.
If the problem can be solved by disabling that plugin, then you probably should uninstall it and use another plugin.
I switched to using WP Fastest Cache and no problem so far for me. There’re lots of similar plugins to clear cache. I chose WP Fastest Cache because it’s lightweight but you can google and choose your own.Forum: Fixing WordPress
In reply to: Need help with fixing the homepageThanks for your reply.
Actually I fixed it by disabling one of my plugins.Forum: Themes and Templates
In reply to: [Pro Blogg] How to change color of hyperlink in post?Hi,
Actually, I solved the problem by changing the CSS style.You can add the following codes to change the color back to blue (and underline)
Note that my code changes only the color of hyperlinks in the paragraphs.
If you want to change all hyperlinks color, just get rid of “p” in the first paragraph of the code.If changing the CSS style doesn’t work, try disabling your plugin one by one.
Mine didn’t work initially and it turned out one of my plugins was the cause.
Alternatively, you can also try putting ” !important” after the code.
For example: text-decoration: underline !important;I hope it helps!
========================================/* unvisited link */
p a:link {
text-decoration: underline;
color: #0084b1;
}/* visited link */
a:visited {
color: purple;
}/* mouse over link */
a:hover {
color: tomato;
}============================================
If you want to change the style of the links on your homepage, you can try adding (and put in underline or the color of your choice)============================================
.home_posts a {
color: tomato;
}- This reply was modified 6 years, 8 months ago by Su_Ramen.
Actually, I figured out why. It was due to one of my plugins, W3 Total Cache.
Forum: Themes and Templates
In reply to: [Pro Blogg] How to change color of hyperlink in post?I have the same problem too. I had to manually underline the hyperlink. I want to change the color, too. Someone, please help!
My site is here: https://invisibleasia.com/2019/09/11/the-ancient-dynasties-of-china-through-chinese-historical-dramas/