Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #268925

    hi

    question~

    http://www.playjamjam.com/ex/ex.html

    How to make the red line?

    #268930

    Here you go; add this to your custom.css file –

    .title_container {
    border-bottom:10px solid #ff0000;
    }

    Assuming you want a line that is 10 pixels high and red :)

    #268940

    oh~! thank you Quick Reply!!!
    1.
    but I would like to put a different color for each page.
    how to….? plz..

    2.
    http://www.playjamjam.com/ex/ex.html

    put 3 iconbox in color section
    This occurred in space
    How do I get rid of this space?

    ps: Not speak English well..
    Please understand the grammar is wrong. :)

    #268941

    1. Mmmm, I’m not exactly sure about how to make each page having a different colour – I’m guessing you’d need to identify using the page ID but maybe wait for one of the Kriesi people to reply on that one (I’m just a loyal user who happened to see your post and wanted to help).

    2. There is an area in the color section settings where you can apply a unique ID; I’d try that and then do something like apply a margin-top:-60px; or whatever makes it flush. Again, I may be wrong on this so hopefully one of the Kriesi folk will help you soon :)

    For Developers: Section ID
    Apply a custom ID Attribute to the section, so you can apply a unique style via CSS. This option is also helpful if you want to use anchor links to scroll to a sections when a link is clicked

    Use with caution and make sure to only use allowed characters. No special characters can be used.

    #268943

    I don’t understand.
    Is there any way?

    anyway, thank you~ ^^

    #268944

    I’m sure there is a way but I think you need a Kriesi person at this point :)

    #268952

    ok!
    1. I succeeded~!
    2. I coudn’t solve it. ^^::

    thank you~

    #268960

    2. Successful!!

    thank a lot~!

    #268961

    As for 1., perhaps share with others how you solved the issue? It’s a great support forum so it’s good to helpful :)

    #268963

    Like you said, one could simply use the page id.

    You can get the ID either from the button “get shortlink” when editing the page or from the source code when viewing the page.

    Then you can use:

    .page-id-12 .title_container {
    border-bottom:10px solid #ff0000;
    }
    #268964

    general styling->Quick CSS

    .page-id-1 .title_container {
    border-bottom:10px solid #ff0000;
    }

    .page-id-2 .title_container {
    border-bottom:10px solid #ff0000;
    }

    I was this way.^^;;

    #268969

    Of course! Great; thanks for sharing.

    #269096

    Hi!

    Links are not working any more so i could not check your examples but seems like @webwahine and @flikk helped you already? :)

    Regards,
    Yigit

    #269268

    Hi! Yigit~^^
    Many thanks for your attention.

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Create a horizontal line..’ is closed to new replies.