-
AuthorPosts
-
October 21, 2013 at 6:23 pm #178570
Hi Kriesi & staff!
First of all my compliments on what a great theme you have created here. Good documentation and most of the issues could be resolved by the forum or just by plain old google… However there is one thing I am not possible of changing or find some info about and that is the following:
I want to change the dividers (1px lines with 100% width) appearance. I have added a jpg here http://i.imgur.com/YK8Ifnp.jpg so it becomes more clear of what i’m talking about. I want to have it more look like some diagonal scanlines or something in that fashion. Hope you guys can help me out!
Thanks,
NickOctober 21, 2013 at 11:55 pm #178724Hey z2h!
It would be possible to change it to one of these borders-styles with CSS http://www.w3schools.com/cssref/playit.asp?filename=playcss_border-style&preval=dashed
Regards,
YigitOctober 22, 2013 at 11:30 am #178970Hi Yigit,
Thx for the link i found that out my self tho, It doesnt effect my site for example if i place this code in the quick css in the enfold options.
div
{
border-width:5px;
border-style:dotted;
}Must i place it an css file if so can you please tell me where to put it… Thanks for the help hope to hear from you soon!
Nick
October 22, 2013 at 11:35 am #178975Hi!
Can you post the link to your website and point out which borders you would like to change?
Regards,
YigitOctober 22, 2013 at 1:14 pm #179040Hey Yigit,
Sure the link is http://z2h.nl/davoodi/
It is about the 1px dividers that are separating the content sections. At the top of the MUSIC section you can see somewhat of what i want.. Altho this is an image i’ve loaded and tiled up horizontally.. Is there anyway to do this in css?
Thx
October 22, 2013 at 1:30 pm #179055Hey!
Looks like you fixed it yourself. You can use a background image and repeat it horizontally. Position the background top left.
Cheers!
IsmaelOctober 22, 2013 at 1:56 pm #179069Yes but now it shows my divider(the img) and also the 1px line… I just want to have the diagonal scanlines as divider…
Thx!
October 22, 2013 at 2:36 pm #179087Can’t you just add a bit of CSS to style your HR element?
Something like this (from CSS tricks)
hr { border : 0; height : 16px; background : url(hr.png) 50% 0 repeat-x; margin : 1em 0; }
- This reply was modified 11 years, 1 month ago by Richard Olpin.
October 23, 2013 at 1:59 am #179331 -
AuthorPosts
- The topic ‘Question about changing the dividers that divide content area's’ is closed to new replies.