ikrekot
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] current/active menuUsing new version of Raindrops will destroy my theme a bit :). I’ll try to update it.
It change color after clicking link in menu but when it jump to other page color back to oryginal.
Thank you.
Forum: Themes and Templates
In reply to: [raindrops] ul/li formating in new pageIt exist
<div id=”css” name=”css”>code with ul and li</div>
I try
.entry-content ul li a{ color: #FFD100!important; }Didn’t help too.
I don’t know why but it works on main page with posts. When I create new page it didn’t work.
Forum: Themes and Templates
In reply to: [raindrops] ul/li formating in new pageI mean style.css sorry.
Forum: Themes and Templates
In reply to: [raindrops] ul/li formating in new pageI try first
.entry-content ol li a, /* ordered lists link */ .entry-content ul li a, /* unordered lists link */ .entry-content ol li, /* ordered lists text */ .entry-content ul li{ /* unordered lists text */ color:#FFFF00; }but it didn’t change url’s but only text.
Then I try.entry-content ol li a, /* ordered lists link */ .entry-content ul li a, /* unordered lists link */{ color:#FFFF00; }Didn’t help too.
Then I use
<div id=”css” name=”css”>code with ul and li</div>
with#css ul li a /* unordered lists link */{ color: #FFD100!important; }in main.css
It didn’t help too. 🙁Forum: Themes and Templates
In reply to: [raindrops] ul/li formating in new pageI found it in <style type=”text/css” id=”raindrops-embed-css”></style> when I “view source”. Need to remove color:#d0d0d0 from there. But can’t find this in any file.
Forum: Themes and Templates
In reply to: [raindrops] ul/li formating in new pageIf it will help it works on main page but it won’t works on new page. I was trying to find something in .css but couldn’t find anything about ul/li for new page.