-
AuthorPosts
-
May 22, 2014 at 11:47 pm #268925May 23, 2014 at 12:02 am #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 :)
May 23, 2014 at 12:37 am #268940oh~! 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.htmlput 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. :)May 23, 2014 at 12:47 am #2689411. 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 clickedUse with caution and make sure to only use allowed characters. No special characters can be used.
May 23, 2014 at 12:56 am #268943I don’t understand.
Is there any way?anyway, thank you~ ^^
May 23, 2014 at 12:58 am #268944I’m sure there is a way but I think you need a Kriesi person at this point :)
May 23, 2014 at 1:29 am #268952ok!
1. I succeeded~!
2. I coudn’t solve it. ^^::thank you~
May 23, 2014 at 1:54 am #2689602. Successful!!
thank a lot~!
May 23, 2014 at 1:55 am #268961As for 1., perhaps share with others how you solved the issue? It’s a great support forum so it’s good to helpful :)
May 23, 2014 at 2:03 am #268963Like 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; }
May 23, 2014 at 2:10 am #268964general 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.^^;;
May 23, 2014 at 2:29 am #268969Of course! Great; thanks for sharing.
May 23, 2014 at 12:42 pm #269096Hi!
Links are not working any more so i could not check your examples but seems like @webwahine and @flikk helped you already? :)
Regards,
YigitMay 23, 2014 at 9:26 pm #269268Hi! Yigit~^^
Many thanks for your attention. -
AuthorPosts
- The topic ‘Create a horizontal line..’ is closed to new replies.