Tagged: Blog, color section
-
AuthorPosts
-
July 8, 2016 at 6:55 pm #658558
Hello,
I’ve added a horizontal bar to each page of my website using the color section feature. I would like this same look on the main blog posts page and on individual blog posts as well. I’m having two problems:
1. On the main blog posts page the bar shows up, but it is further below the main menu that on all other pages, and I can’t seem to remove that extra space.
2. On single blog posts I tried adding code from another website I built using this template and modifying it, but without luck. Currently you will see an image that is being pulled from that website instead of the color bar.
Can you help me get this right? Thanks in advance!
ps. you’ll need to log in to see these pages, as the website is cloaked by a splash page
July 11, 2016 at 3:48 pm #659359Hey 1lizcollins,
1. Use this code inside Quick CSS field:
.main_color.container_wrap_first.container_wrap.sidebar_right { display: none; }
2. You could try to activate ALB for blog posts.
Best regards,
AndyJuly 18, 2016 at 5:53 pm #662170That didn’t work. It removed both the blog post and the sidebar from the single post view, while leaving the image intact. I’ve removed the image from header.php so it no longer displays but I still can’t figure out how to add the color section via header.php – can you tell me which code to use to add full width bar 25 pixels high and this color: #63a6aa
Thank you!
July 19, 2016 at 1:28 pm #662459Hi,
then play with this code:
#colorsection { position: relative; top: -79px; }
and adjust as needed.
Not sure though what exactly you mean with your last post. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
AndyJuly 19, 2016 at 8:41 pm #662706Sorry if my post was unclear. All I want to do is to add the same styling ( a turquoise full width bar that’s 25 pixels wide) to the top of my individual blog posts as I have added to each other page on my website. Screenshot attached. On all pages, I’ve added this design element using a color section. Can you tell me how to add this element to individual blog posts?
July 20, 2016 at 11:32 am #662881Hi,
as already mentioned you could use ALB for blog posts. Otherwise you would need to customize single.php. You could hire a freelancer for this job here: http://kriesi.at/contact/customization
Best regards,
AndyOctober 24, 2016 at 10:41 pm #703462Thank you. Sorry for the pause. What is ALB?
October 25, 2016 at 8:26 am #703638 -
AuthorPosts
- You must be logged in to reply to this topic.