This topic has 6 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #91021
     Ryaza
    Participant

    Hi. How i can change the body line height only for a single blog posts? If i change it in theme options – fonts, the css Styles in BP are move down! Or how i can fix css in bp part?

    #91256
     sharmstr
    Moderator

    Try this

    COPY CODE
    
    body.single .article-content {
        line-height: 25px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #91598
     Ryaza
    Participant

    Didn’t work. BP css styles are move down!

    #91632
     sharmstr
    Moderator

    Did you reset the line height in theme options?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #91633
     sharmstr
    Moderator

    Try this instead. Make sure you undo your changes to the line height in theme options

    COPY CODE
    
    body.single-post .article-content {
        line-height: 25px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #91643
     Ryaza
    Participant

    It is work! Thank you!

    #91644
     sharmstr
    Moderator

    You’re welcome.

    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)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?