Triton bars
-
Hello,
I made some changes on the css of my blog (with support assistance, I don’t know much about it hehe) and the bars of the last post of each page disappeared…
You can see it here: http://danielkons1.files.wordpress.com/2012/05/untitled-11.jpg
I’m wondering if someone could help me to fix that issue…Also, if it’s possible to change the colors of these bars, I would appreciate a lot…
Thanks.
The blog I need help with is: (visible only to logged in users)
-
I’m seeing this in the source code for the images without the bottom borders and it is overriding the borders.
style="border: medium none;Check your post in the HTML tab, look at the code and if the above is there, delete this bit from it:
border: medium none; -
Thanks for answering.
There’s no code like that at the CSS bar…
Am I looking at the right place? -
To change the color of borders below posts on the Triton Lite theme home page and also make the border show up for *every* post, add this to your Appearance → Custom Design → CSS editor:
.lay1 > div { border-bottom: 7px solid red !important; }Adjust the color code as necessary.
-
- The topic ‘Triton bars’ is closed to new replies.