• Resolved nsoak

    (@nsoak)


    Hi! Please I need to change tittle and content size without changing the sizes that I stablished for H1, H2, H3, etc. in the rest of my page.
    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hello @nsoak

    Thanks for the web page link.

    Please use below CSS snippet. You can add it in WordPress Appearance > Customize > CSS section and save it.

    
    /* Title Font Size */
    .bdp-post-grid-main.bdp-design-2 .bdp-post-title{font-size:24px;}
    
    /* Post Content Font Size */
    .bdp-post-grid-main.bdp-design-2 .bdp-post-content {font-size:24px;}
    Thread Starter nsoak

    (@nsoak)

    Thanks for the answer, but there is no changes with the snippet.
    There is any other solution?
    Thanks!!

    Plugin Author pluginandplay

    (@pluginandplay)

    Hello @nsoak

    I am not able to see CSS added by you. have you removed the css?

    Please use below CSS snippet. You can add it in WordPress Appearance > Customize > CSS section and save it.

    
    /* Title Font Size */
    .bdp-post-grid-main.bdp-design-2 .bdp-post-title{font-size:24px !important;}
    
    /* Post Content Font Size */
    .bdp-post-grid-main.bdp-design-2 .bdp-post-content {font-size:18px !important;}

    Please let me know if there is anything.

    • This reply was modified 2 years, 10 months ago by pluginandplay. Reason: Some Type Mistake
    • This reply was modified 2 years, 10 months ago by pluginandplay.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tittle & content size’ is closed to new replies.