how to change color Horizontal Line & un-italic caption in image

Posted in: Newspaper
Post count: 34

Dear TagDiv

I would like to ask about this:
1) how to change color of Horizontal Line and set the size?
2) how to un-italic text caption in image and make it more small?

Thank you

Post count: 3343

Hi,
1. Do you mean about the widgets title line? Show us a link or a screenshot. If yes the color can be changed individual for each Block from Header color http://screencast.com/t/J5sAbhcEOqO and about the size can be done via CSS.

2. Use this CSS, add it in Theme panel -> Custom CSS

.wp-caption-text {
    font-size: 10px;
    font-style: normal;
}

Thanks!

Post count: 34

Dear Marius

Thank you for your answer.
1. I mean <hr> in text’s post.
2. Thank you.

Post count: 780

hi,

to change the color of the


, use this css in the themepanel css section


hr {
color:red;
background-color:red;
}

unfortunately the size cannot be easly change. only if you add it like so in wordpress:


<hr size="30">
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.