• Resolved boragecoaching

    (@boragecoaching)


    I have edited all of the templates associated with my WordPress theme and CAN NOT get this page to change at all. I’m trying to reduce the size of the blog titles so I can use a carousel. I’m simply out of places to think of where this would be pulling it’s format from. I don’t know where “blog-2” is coming from other than the “Blog Designer Pack” but they claim the format is inherited from the theme.

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

Viewing 1 replies (of 1 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi @boragecoaching

    Thanks for providing the web page link.

    For your query,
    1) I don’t know where “blog-2” is coming from other than the “Blog Designer Pack” but they claim the format is inherited from the theme.

    Ans – Your blog page URL is?https://boragecoaching.com/blog-2/?this. “blog-2” is a page slug which you can change from admin when you edit the page.

    Please refer to the screenshot?https://prnt.sc/oc0aZ4awPH73?– Just modify the page slug and update the page.

    In case if ‘blog’ slug is not going to be modified then there must be another page with ‘blog’ slug so it is taking ‘blog-2’.

    2) I have edited all of the templates associated with my WordPress theme and CAN NOT get this page to change at all. I’m trying to reduce the size of the blog titles so I can use a carousel. I’m simply out of places to think of where this would be pulling it’s format from.

    Ans – On your blog page you are using the Grid shortcode from News & Blog Designer Pack plugin. Plugin inherits the styling from your current theme so it will look like your theme part.

    https://prnt.sc/cQ-hOFYUv1n9

    You can target the News & Blog Designer Pack plugin css class to modify the look and feel. e.g you can add below CSS to WordPress Appearance > Customize > Custom CSS and save it.

    ——-
    .bdp-post-title{
    font-size: 26px; /*Title Font Size*/
    }
    .bdp-post-short-content{
    font-size: 17px; /*Post Content Font Size*/
    }

    ——

    I hope the above information will help you.

Viewing 1 replies (of 1 total)
  • The topic ‘Inheritance’ is closed to new replies.