This topic has 10 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #79882
     polatbo
    Participant

    I’m trying to make the border around each forum post a little more obvious. How could i make them bold and/or increase thickness.

    Thanks for such a wonderful theme.

    #79896
     Radu
    Moderator

    Hi,

    Can you provide a link and a screenshot that pointing where do you want to make the text bolder ?

    Regards

    Radu

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

    Hi,

    Please add this css to wp-admin -> Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    #bbpress-forums .hentry div.bbp-reply-content, #bbpress-forums .hentry div.bbp-topic-content {border: 2px solid #e5e5e5;}
    

    You can change value of 2 px with your desired value, also you can replace this color (#e5e5e5) which is light gray with dark or dark gray like #888

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #80189
     polatbo
    Participant

    That’s great support, thank you kindly.

    #95655
     polatbo
    Participant

    Another request please on the same line. How could I add a custom CSS entry to also increase the border/color of the separators within the FORUM LIST and then the TOPIC list?

    Appreciate your help.

    #95711
     Radu
    Moderator

    Hi,

    Regarding the border/color i see that you have solved, right ?:d

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #96158
     polatbo
    Participant

    Hi Radu,

    For the forum post the CSS you provided works great. But it does not impact at all the FORUM LIST or the TOPIC list borders. Is that something you could provide?

    Thanks.

    #96209
     Radu
    Moderator

    Hi,

    In what pages the border is not applying ?

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

    Hi,

    Add this css

    COPY CODE
    
    #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
        border: 3px solid #ffa500 !important;
        border-bottom: 0 !important;
    }
    #bbpress-forums li.bbp-body ul.forum:last-child, #bbpress-forums li.bbp-body ul.topic:last-child {
        border: 3px solid #ffa500 !important;
        
    }
    

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 11 posts - 1 through 11 (of 11 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?