• Resolved nat503

    (@nat503)


    Hi there!

    Great plugin. It’s exactly what I’ve been looking for, but I have a couple of questions.

    1. Is there a shortcode so I can display books under a specific star rating. For example, I’d like to display only books with 5-star ratings. I tried a couple of the shortcodes I found in the help section but don’t seem to be able to make it work.

    2. How would I use CSS to change the appearance of elements such as the font. As I understand, the theme influences the appearance but I’m not versed in coding to be able to change it so I’d like to use CSS to modify how it looks.

    Thank you so much in advance! Truly love the plugin.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Kemory Grubb

    (@w33zy)

    Hello,

    Currently I do not have a shortcode or any other method to display only books with a specific star rating.

    For custom CSS you can use the WordPress customizer “Custom CSS” section, or the plugin’s own custom CSS section on the settings page.

    Also, I can’t see your website as it is in maintenance mode.

    Thread Starter nat503

    (@nat503)

    Thank you for your answers!

    I’ve deactivated maintenance mode.

    Too bad about the shortcode.

    For the CSS question, I have made some CSS changes already based on previous support posts using the WordPress customizer. I just can’t figure out what CSS code I should use to target the font on the attached page. All of the changes I’ve made in CSS start with “.rcno-” and whatever element it’s targeting like “book-description” or “full-book-cover” so my question is what the CSS code would be so I can change to a more aesthetically pleasing font.

    Thank you!

    Plugin Author Kemory Grubb

    (@w33zy)

    The fonts are a function of the current theme you are using. So who would have to start in that direction.

    Also, which specific HTML element are you trying to change the font for?

    Thread Starter nat503

    (@nat503)

    I see.

    The element I’m trying to change in the attached page would be everything in the shortcode I used to display the authors (“[rcno-tax-list tax=”author”]”) So the name of the author and the grid at the top. I can’t figure out how to do it within the theme so I thought maybe it could be changed with CSS

    https://ibb.co/h9Yjm5G

    (Photo to visually show the fonts I want to change)

    Thank you again!

    Plugin Author Kemory Grubb

    (@w33zy)

    OK, you can try this:

    
    .rcno-tax-name a, 
    .rcno-alphabet-navigation a {
        font-family: montserrat, sans-serif !important;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    Thread Starter nat503

    (@nat503)

    Yes! This is exactly what I was trying to do.

    It worked perfectly!

    Thank you so much!

    Love the plugin <3

    Plugin Author Kemory Grubb

    (@w33zy)

    Please be sure to leave a review for the plugin if you’ve found it useful

    Here: https://www.ads-software.com/support/plugin/recencio-book-reviews/reviews/#new-post

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Shortcode for star rating + CSS question’ is closed to new replies.