• Resolved kennypurnomo

    (@kennypurnomo)


    Hello,

    I am Using elementor pro. How can i add the custom css to make the Text excerpt font bigger? I tried to add the css inside the elementor custom css tab, but it did not work.
    Please advise…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @kennypurnomo It will be the same for any theme. You can add your own styling in either the Child theme’s style.css or the Custom Styles input. Use the following CSS; change the number as needed:

    .google-business-reviews-rating .listing .text {
        font-size: 15px;
    }
    Thread Starter kennypurnomo

    (@kennypurnomo)

    @designextreme Thank you for your support and i can manage to do it. I have another question, how can i make the structure is like this:

    text
    rating & relative time description
    avatar
    author name

    Thank you

    Plugin Author Design Extreme

    (@designextreme)

    @kennypurnomo You can probably do this using CSS and display: flex and flex-order: X for sub elements, but it would be easier for me to introduce a new parameter value for this. Perhaps:

    [reviews_rating review_item_order="text first author last"]

    … or something similar.

    Leave it with me and I’ll add it to the next version.

    If you have a minute and like the plugin, please leave a review and feedback. Thanks! ??

    Thread Starter kennypurnomo

    (@kennypurnomo)

    @designextreme Thank you and i have given the review

    Plugin Author Design Extreme

    (@designextreme)

    Thanks for the great ★★★★★ review! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Styling Recommendation’ is closed to new replies.