• Resolved cizzaq

    (@cizzaq)


    Hi , I am using layout 1 and I have a couple of questions:

    Can the header can be centred under the image?

    Can the excerpt text colour & Size be changed?

    Thank you Kindly

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,
    Thanks for using our plugin.

    You need to write custom css for this but pro version already has this features.

    To make center

    .rt-tpg-container .layout1 .rt-holder .rt-detail {
        text-align: center;
    }

    For excerpt color and size write css here

    .rt-tpg-container .layout1 .rt-holder .rt-detail .post-content {
       color: #use your code;
       font-size: 18px;
    }

    Thanks

    Thread Starter cizzaq

    (@cizzaq)

    Thank you , much appreciated. Will check out the pro version

    Thread Starter cizzaq

    (@cizzaq)

    Oh, I forgot to ask, can the Read More button be moved to the left? Thanks again

    Plugin Author RadiusTheme

    (@techlabpro1)

    Write this query

    .rt-tpg-container .layout1 .rt-holder .rt-detail .read-more {
        text-align: left;
    }

    Thanks

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    I am closing this topic. Let me know if need any more help.

    Thanks

    Thread Starter cizzaq

    (@cizzaq)

    Thank you for all your help. Kind Regards

    Am I supposed to put this query in the custom CSS tab in the post grid Settings – or in the custom CSS for my theme? I can’t seem to make it work…

    • This reply was modified 5 years, 12 months ago by slzemke.
    Plugin Author RadiusTheme

    (@techlabpro1)

    It should work which layout you are using make sure use layout name in the class

    This is for layout1 for layout 2 & 3 change this

    .rt-tpg-container .layout1 .rt-holder .rt-detail {
        text-align: center;
    }
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Centre Title & Excerpt Text adjustment’ is closed to new replies.