-
Author
-
November 30, 2017 at 15:52 #181573
vegarandi
ParticipantHello!
I have a question about viewwing blog posts, archive categories tc. where more than one post show up.
Kleo has a custom blog page look, which I am not sure where to change.
I have created a custom blog page with a grid and it looks great, however if I click on archive, or a category or tag page still this Kleo page look shows up. We would like to change that where can I so that?
Also, about sidebar widgets. For my buddypress pages I want to have my sidebar on the left, but for blog pages on the right. For some reason the theme uses the same sidebar for this left and right sidebar called main sidebar. How can I have different side bar for buddypress and my blog? Lets call it left and right sidebar. I can only see options in KLEO theme options, but that does not solve this problem.
And a third question, I have a black separator between sidebars and the main area. Where can I change the look of that, I cannot find it.
Thanks.
Zsusza
December 1, 2017 at 01:49 #181621Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 4, 2017 at 16:15 #181912Radu
ModeratorHi,
All blog options can be found under wp-admin -> theme options -> blog, from there you can change the layout for certain views of the blog.
The buddypress layout settings can be handled under wp-admin -> theme options -> buddypress
If you need more sidebard by buddypress components you can use a plugin like this : https://wordpress.org/plugins/buddypress-sidebar/
For custom sidebar on blog related pages try this plugin : https://wordpress.org/plugins/custom-sidebars/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 8, 2017 at 19:25 #182398Radu
ModeratorHi,
1. Those are the css selectors with that you can change the style of those
COPY CODE.main-color blockquote, .main-color .masonry-listing .post-content { border-left-color: red; } .post-listing .post-title a { color: red !important; } .posts-listing h3.post-title a { color: #24c826 !important; }
Change colors with your desired set font-weight: bold… etch
2. Use this css selector
COPY CODE.sidebar.sidebar-main.sidebar-right { border-color: yellow; }
3. Try this plugin : https://wordpress.org/plugins/buddypress-sidebar/
4. Use this css
COPY CODE.home div#main { padding-top: 0px; }
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionDecember 11, 2017 at 16:48 #182681Radu
ModeratorHi,
Q1:
COPY CODE.masonry-listing .format-standard .post-title { border-left: 3px solid #01ec39; }
Take a look at this video how you can find the right selector for your element : https://www.youtube.com/watch?v=V2aAEzlvyDc
You can watch more videos like these to fully understand how this works.
So after you make a css selector that changes the title color from example you can add it in wp-admin-> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.