PDA

View Full Version : [How To VB4] Add Black Lines Around Post Bit, bit..


DreadsUK
05-02-2014, 06:02 PM
How do i add black lines around the post bit and Post head as show here

https://vborg.vbsupport.ru/external/2014/05/74.png

This is what it currently looks like

https://vborg.vbsupport.ru/external/2014/05/75.png

Also, how to make the font a little larger in the post bit too :)

Mark.B
05-02-2014, 06:15 PM
Really we're going to need a link to your site. CSS is almost impossible to advise on from a screenshot.

DreadsUK
05-02-2014, 06:26 PM
sorry www.dreadsuk.com

Seven Skins
05-02-2014, 08:13 PM
Add this to the additional.css.

.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead, .postbit, .postbitlegacy, .eventbit {border: 1px solid #000000}


And edit "Postbit Font" stylevar to make the text bigger.

DreadsUK
05-02-2014, 08:41 PM
And edit "Postbit Font" stylevar to make the text bigger.

Postbit Font is changing the post itself, not the postbit legacy. Can't seen to change it

Seven Skins
05-03-2014, 05:35 AM
Add this to additional.css

.postbitlegacy .userinfo div, .postbitlegacy .usertitle, .postbitlegacy .userinfo dl {font-size: 13px !important; }

DreadsUK
05-03-2014, 06:22 AM
That worked! thanks mate :)

--------------- Added 1399105566 at 1399105566 ---------------

I just added a colour change to the quote box border but it didn;t do all of it. do you know how to fix this?

https://vborg.vbsupport.ru/external/2014/05/72.png

see that little pointy bit on the left didnt change

Mark.B
05-03-2014, 06:53 AM
The pointy bit on the left is actually an image. You'd need to get the image details using Firebug and edit the image.

Or, for less hassle, get rid of it out of the css and just use have the box.

DreadsUK
05-03-2014, 10:27 AM
The pointy bit on the left is actually an image. You'd need to get the image details using Firebug and edit the image.

Or, for less hassle, get rid of it out of the css and just use have the box.

Downloaded the .png edited it and reuploaded it with the same filename to the same location but it did'ne work.

Deleting the link in the css worked a charm tho ;)

yamahapaul
05-05-2014, 04:50 AM
The pointy bit on the left is actually an image.

This could help me with something.... how do I do this-

Or, for less hassle, get rid of it out of the css and just use have the box.