Plugin problem with font style

  • Posted in : Read WP
  • labnoon
    Participant

    Hello there guys!
    I have an urgent problem and I don’t know if I can ask it here since it’s regarding a plugin but maybe you could kindly help me.
    I have installed months ago a plugin called Column short codes, since I write in 3 languages and I need to have 3 columns for each post. I gave it a try and everything worked fine.
    later I asked you to help me reducing the size of body font and you gave me this css

    body p {
        font-size: 13px;
    }
    

    which works great, even on the posts I had already used the column shortcodes.
    Now that I am creating new posts with the same plugin the text appears much bigger and also my simple social share plugin at the end of the content doesn’t appear well (or any other plugin, I had a related post one that I deactivated thinking that was the problem)
    I really hope you can give me a hand with this. I’d be very thankful

    The link to two sample posts, the old one that works fine and the new one that doesn’t

    http://www.labnoon.com/2014/02/17/try-big-picture/

    http://www.labnoon.com/2014/06/15/lab-noon-english-italian-persian/

    Thank you very much and have a nice week
    Saghar

    ahmetsali
    Keymaster

    Hi, you can try this custom css code

    body p, 
    .one_third {
        font-size: 13px;
    }
    
    labnoon
    Participant

    thank you thank you thank you! it worked :)

    labnoon
    Participant

    Hello there! I have updated to the new version of read 2 days ago and since then the body font is back to huge! and non of the css above work anymore! and that is only when I open the posts
    could you please help me?
    thank you very much!
    Saghar

    labnoon
    Participant

    actually the first css works on the blog. It’s in each post it doesn’t work (the second css you gave me here)
    I also tried
    .single-post .entry-content p { font-size: 13px; }
    but it doesn’t work either!

    labnoon
    Participant

    I found this one in another topic and it looks like it works. hope I’m not messing with other stuff
    p {
    font-size: 13px !important;
    }

    ahmetsali
    Keymaster

    go with it if it looks fine.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register