How can I change the components of this divider?
http://farm8.staticflickr.com/7190/6795991214_564c599426_b.jpg
How can I change the components of this divider?
http://farm8.staticflickr.com/7190/6795991214_564c599426_b.jpg
Did you see this Post: http://www.kriesi.at/support/topic/id-like-to-customize-the-default-divider-with-my-own-image ?
Yes, but I don't need an image. I only want to get rid of the flag at the start of the divider and the thick line at the end of the divider.
Hi Megalex,
You can add and modify the following to your Quick CSS or custom.css stylesheet:
.primary-background.flag {
background-color: transparent !important;
}
.flag-text{
color:black;
}
.seperator-addon {
display:none;
}Hi Devin,
Thanks for the quick reply. I'll try this tomorrow!
Hi Devin,
Can the same be done with the flags in the blog posts?
You must log in to post.