• Resolved greentop

    (@greentop)


    Thank you for your plug-in. Using the plug-in’s included CSS reference guide, and wanting to duplicate the look of your plugin download button found at the attached link (to download your plugin), please provide guidance on how I “should” include the selector(s) in my custom CSS – some possible examples of how it should look. I understand what selector I want (.bfd-single-download-btn), and I understand where my Custom CSS is, but I don’t understand “exactly” how to add the selector to the Custom CSS to achieve the download arrow icon button for individual display. I would be grateful, as well, for an example for the same style for category display.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ndhaddon

    (@ndhaddon)

    Hi Greentop,

    Thanks for checking out the plugin ??

    I don’t see any link attached but if you want it to look like it does in the screenshots, then just use the included css. It should work correctly out of the box.

    To use the css selectors you can include them at the bottom of your child theme’s style.css to add them just do so as below.

    .bfd-single-Download-btn{
    background-color: red;
    }
    

    I hope this helps ??

    Cheers,

    Nik

    Thread Starter greentop

    (@greentop)

    Thank you. That was the start I needed. Much appreciated.

    Plugin Author ndhaddon

    (@ndhaddon)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Customization Request’ is closed to new replies.