This topic has 6 replies, 2 voices, and was last updated 8 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?

    Attachments:
    You must be logged in to view attached files.
    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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?