• Several images on my owl carousel have an asterisk in the upper right corner. Our web designer set this feature up but I can’t figure out how to make adjustments to it. I NEED to remove some asterisks and add them to a different image. It’s crucial to be able to make these adjustments or it will appear we’re misrepresenting brands. I was able to temporarily make adjustments in the “inspect element” feature but I can’t figure out how or where to make the permanent adjustment. Any assistance would be greatly appreciated!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Dabuuker

    (@dabuuker)

    Hi,

    Unless your designer modified the plugins core files, he probably used javascript to do this. If you could show me the page in question I could investigate and maybe be of more help.

    Thread Starter stephaniereeves

    (@stephaniereeves)

    Hello,

    The owl carousel is at the bottom of our home page at https://www.nextpointbearing.com.

    Thank you for your help!

    Plugin Author Dabuuker

    (@dabuuker)

    Hi,

    Looks like the designer did it with css by manually targeting select elements with the :nth-child pseudo selector.

    Look for a local.css file, these rules should be in there.
    https://prntscr.com/fbna04

    Right now, there’s really not an easier way to manage this with my plugin.

    Thread Starter stephaniereeves

    (@stephaniereeves)

    Hello,

    Thank you for your help. I am able to see those exact same rules when I inspect direct from the page. I can’t however locate it in my local.css file. In my style.css file these is approximately 25 lines and none of them resemble anything close to this. I browsed all files in the Editor sections within Appearance and Plugins. With your plugin, if I delete the current Owl Carousel I’m using and generate a new one would you foresee any issues starting over?

    Thank you!

    Plugin Author Dabuuker

    (@dabuuker)

    Hi,

    I don’t think that would help you much, those rules would still affect the new carousel as they target items under elements with a .owl-wrapper class, which will be present on the new one as well.

    Do you have ftp access to the server? If so, you should be able to find the file in “wp-content/themes/DiviFX/css/local.css”. It might not show up in WordPress’s admin panel.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add asterisk to image’ is closed to new replies.