Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you specified a fontsize in Table V-4b ( Navigations ) the starsize is this size plus 3 pixels. If you did not specify a navigation fontsize, the size is 15 pixels.

    I will add a class in the next version to make it easyer to override the size of the rating stars.

    Thread Starter pugman76

    (@pugman76)

    Thank you so much!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Fixed in 6.6.13: Readme:

    Added class wppa-rating-star to rating stars and wppa-rating-thumb to the dislike thumb down.

    Thread Starter pugman76

    (@pugman76)

    Great, thank you! What table do I change the star sizes? Couldn’t find it

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Table V-4 ( Navigations ). The star size is related to the fontsize. ( Fontsize + 3 ).
    If you do not want to change the fontsize in navigation bars, add in Table IV-A15: ( Custom style ):

    
    .wppa-rating-star {
    height: 24px !important;
    }
    

    if you also use the thumb-down icon it should be:

    
    .wppa-rating-star, .wppa-rating-thumb {
    height: 24px !important;
    }
    

    for 24 pixels etc.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing star sizes in slideshow’ is closed to new replies.