PDA

View Full Version : Horizontal rule in blog and cms


deityx
06-11-2010, 07:59 AM
How to remove / alter the horizontal rule on the blog page?

I tried many things including searching for '<hr' in templates.. viewing source of blog page then locating the css property or find the location in templates where the value resides.. but couldn't find it!

:D

HAALP!

Lynne
06-11-2010, 12:47 PM
What page is that? I have none that says Newest at the top. But anyway, it's probably just a border like it is on the other pages:#pagetitle {border-bottom:3px solid #425769;....
}
So, do a search in templates for #pagetitle to find the stylevar used and change it. Or, if need be, just add something to additional.css to zap the border.

deityx
06-11-2010, 01:14 PM
It's the blog main display (without any entries at the moment).

The 'Newest' is only a phrase changed from 'Latest Blogs Posts'.

Thanks for your help, I will try that asap.

EDIT:

Thanks Lynne! I managed to find it, in blog.css, I removed the line:

/* ------------------ */
/* PAGE TITLE */
#pagetitle {
border-bottom:{vb:stylevar vbblog_pagetitle_border}; <- the removed line
padding-bottom:1px;