oglick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to text-shadow the Post’s Titles over the Slider??@mdotkhalid it works!!! You are brilliant and so kind. You were right all along, it was a cache issue and now it all works.
You pinpointed the one thing that caused me so much headache. i had like several other elements that i tried to modify with css but nothing worked… til now!ha, you can see how excited i am.
This extension made the difference –
https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn/related?hl=enTHANK YOU!
Forum: Fixing WordPress
In reply to: How to text-shadow the Post’s Titles over the Slider??1. i tried with Simple Custom CSS plugin by adding
.banner-text .banner-text-title a{ text-shadow:#000 -1px -1px 2px; }
>>> not working2. i also added text-shadow:#000 -1px -1px 2px; to file:
style-rtl.css (assets/css/style-rtl.css).banner-text .banner-text-title {
font-family: inherit;
font-size: 1.75rem;
line-height: 1.2;
font-weight: 700;
color: inherit;
margin: 0;
padding: 0;
text-shadow:#000 -1px -1px 2px; }
}>>> not working as well
Forum: Fixing WordPress
In reply to: How to text-shadow the Post’s Titles over the Slider??@mdotkhalid Hey again and thank you so very much for the help! I contacted Bluehost support and we removed the Endurance page cache. I made sure i copied correctly the rule as you wrote, but seems like there’s no change yet.
Do you have any idea what’s next/wrong?
Forum: Fixing WordPress
In reply to: How to text-shadow the Post’s Titles over the Slider??ok, do you mean under Caching > Purge All ???
i didnt install any cache plugin. I cleared cached from my web browsers
Forum: Fixing WordPress
In reply to: How to text-shadow the Post’s Titles over the Slider??Tnx Khaklid but it didn’t work. Why did you add “a” after .banner-text-title ?
- This reply was modified 7 years, 10 months ago by oglick.