This topic has 6 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #181573
     vegarandi
    Participant

    Hello!

    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

     

     

     

    #181621
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #181912
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #182352
     vegarandi
    Participant
    This reply has been set as private.
    #182398
     Radu
    Moderator

    Hi,

    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 solution
    #182453
     vegarandi
    Participant
    This reply has been set as private.
    #182681
     Radu
    Moderator

    Hi,

    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
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?