Tagged: alternate content, styling
I’ve been really confused with why specific parts of my content isn’t following the styling I set up.
My styling screenshot:
https://www.evernote.com/shard/s77/sh/a22ae6c2-e2ed-4d7f-a8c4-936bea82041f/6da644dbd909c67caf56dacb4126987d
This is the part of the content that is not following my styling:
https://www.evernote.com/shard/s77/sh/b0b5416f-9462-4e61-a80c-bc1af8b03922/5952f4dc2d5d3b76be4c23d7eca8aa8d
Hey jmikhail!
You can use the following on your Quick CSS:
Icon List Text:
.alternate_color .iconlist_content {
color: red;
}
Icon List Title:
.alternate_color .iconlist_title {
color: blue;
}
Text Block H2:
.alternate_color h2 {
color: red;
}
Remove browser cache then reload the page. Please give us a link to your website.
Cheers!
Ismael
Ismael,
Thanks, this did the trick. My site is currently being developed via MAMP so I don’t have it live yet but I can see the changes are working.
Just to have it for reference what about changing the text inside the icon list content.
Thanks.