Size of the Rating Stars

This topic contains 6 replies, has 3 voices, and was last updated by  Kor 4 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #522712

    Fabian Schilder
    Lifetime Member
    Post count: 17

    Hi there,

    I know this is probably really a beginners questions, but I’ve to admit I’m not that briliant in CSS.

    But can you tell you how I just could get the rating stars a little bigger.

    Thanks,
    Fabian

    #522726

    Alex Rollin
    Moderator
    Post count: 27815

    Please share a link so we can see the page and the stars you want to change

    #522729

    Fabian Schilder
    Lifetime Member
    Post count: 17

    Hi Alex,

    here is the link: https://cannameda.de/anwalt/germany/bayern/muenchen/medizinrecht/dr-andreas-schroeder/

    It’s [gd_post_rating show=”stars” alignment=”left”].

    Second beginners design question:
    When I add [gd_post_meta key=”website” show=”value”]
    I get a link called labeled as “Website” but I would like to have it like Website as label and then the URL (as link) like https://www.website.de.

    I saw same behaviour when I use the facebook meta command.
    Is there any easy way to divide URL from Label?

    Thanks,
    Fabian

    #522734

    Alex Rollin
    Moderator
    Post count: 27815

    We have a snippet for showing the URL.
    https://wpgeodirectory.com/support/topic/display-url-instead-of-text-for-fb-instagram-etc/#post-400634

    Will get back to you about the stars.

    #522762

    Fabian Schilder
    Lifetime Member
    Post count: 17

    Hi Alex,

    sorry to ask a beginners question again….
    Where exactly do I have to put the snippet.

    Thanks,
    Fabian

    #522764

    Fabian Schilder
    Lifetime Member
    Post count: 17

    Okay – searching, reading and learning helps 😉
    Just found a forum article which helped me where to put the snippet.

    Now only the stars are left

    #522779

    Kor
    Moderator
    Post count: 16516

    Hi Fabian,

    Thanks for your reply. You can adjust the size of the rating icon using the custom CSS code below. Insert into WP > Appearance > Customize > Additional CSS.

    .fa-fw {
        width: inherit!important;
    }
    .fa-star:before {
        font-size: 30px!important;
    }
Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket