• Hi,

    I have a blog post where I formatted the font as 18pt, Times New Roman, and Bold.

    But when I look on the page view the 18pt does not apply. I used TinyMCE text editor.

    Can anyone help? Is it on my theme or with the plug in?

    Best regards,

    Dudz

    • This topic was modified 7 years, 8 months ago by espiritu82.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Dudz,

    Have you tried to clear the cache? I can see that there’s this CSS:

    .post_text_inner p, .post_text_inner span {
        font-family: 'times new roman',times,serif!important;
        color: #303030!important;
        font-size: 16px!important;
    }
    

    that sets the size of the text. But the source of this style is a cache area.

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi Dudz,

    From a quick look it appears that the theme’s CSS is what is causing this. Part of the reason is the theme has this:

    
    .post_text_inner p, .post_text_inner span {
        font-family: 'times new roman',times,serif!important;
        color: #303030!important;
        font-size: 16px!important;
    }
    

    The font-size: 16px!important; is forcing the browser to use a size of 16 pixels. Are you wanting to do this for only one page or all pages?

    Thread Starter espiritu82

    (@espiritu82)

    How can I remove it? I want to post what my editor looks like.

    Thank you so much on this

    Hi,

    As I can see, you’re using a commercial theme called Bridge. In this case, I think that you can get a faster response for the question you have by reaching out to the support area of the theme right here: http://qode.ticksy.com/

    Thread Starter espiritu82

    (@espiritu82)

    thank you so much.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Page View Issue’ is closed to new replies.