Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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,
    Nick

    #178724

    Hey 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,
    Yigit

    #178970

    Hi 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

    #178975

    Hi!

    Can you post the link to your website and point out which borders you would like to change?

    Regards,
    Yigit

    #179040

    Hey 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

    #179055

    Hey!

    Looks like you fixed it yourself. You can use a background image and repeat it horizontally. Position the background top left.

    Cheers!
    Ismael

    #179069

    Yes but now it shows my divider(the img) and also the 1px line… I just want to have the diagonal scanlines as divider…

    Thx!

    #179087

    Can’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 10 years, 5 months ago by Richard Olpin.
    #179331

    Hey!

    @Olpin: Thanks for the tip. :)


    @z2h
    : Please add this on your custom.css or Quick CSS:

    .container_wrap {
    border: none;
    }

    Cheers!
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Question about changing the dividers that divide content area's’ is closed to new replies.