• Resolved jmpavo

    (@jmpavo)


    Hi,

    Thank you so much for this awesome plugin, I love it!

    I have one question: would it be possible to make the Book Detail Items bold, so as to let them stand out a bit more.

    Like:

    Title: Title
    Author: Author
    etc.

    Thanks for advising!

    Michel

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

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

    (@w33zy)

    Hello @jmpavo

    You could do this via CSS, like so:

    .rcno-tax-name, 
    .rcno-meta-key {
        font-weight: 900;
    }
    Thread Starter jmpavo

    (@jmpavo)

    Hi Kemory, thanks for your quick response!

    Unfortunately, I’ve never used CSS before. Copying your code doesn’t seem to produce the desired result.

    But I suspect I have to substitute a few things in the code, is that correct? Could you help me one step further by giving the code for changing the labels for Author and Title to bold?

    I tried both your code without editing it, and the following, but that didn’t work:

    .rcno-tax-author,
    .rcno-meta-key {
    font-weight: 900;
    }

    • This reply was modified 3 years, 3 months ago by jmpavo.
    Plugin Author Kemory Grubb

    (@w33zy)

    Hello,

    The code I provided should work with no modifications. Where are you applying it, as I do not see it on your website?

    Thread Starter jmpavo

    (@jmpavo)

    I added the code to Reviews Custom Styling in your plugin (at the bottom of the Templates tab). So I expect it to appear e.g. here.

    Plugin Author Kemory Grubb

    (@w33zy)

    Hello again,
    I just checked and I am not seeing the script that is supposed to be added by the plugin.

    As a work around, try adding the code to the WordPress Customizer. The should be a “Customize” option in the WordPress admin bar on your site’s frontend. Or, go to “Appearance” –> “Customize” on the WP backend.

    Thread Starter jmpavo

    (@jmpavo)

    Thanks, man! That workaround works perfectly.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Make book detail items bold’ is closed to new replies.