Okay
  Public Ticket #4562298
Featured Image Caption Divider Line Not Removing (CSS Override Not Working)
Closed

Comments

  • aeshabulshaikh4747 started the conversation

    Hi Foxiz Support Team,


    I’m facing an issue with the featured image caption area on my website.


    On single post pages, there is a horizontal divider line appearing just above the image credit text (e.g., “Image via Lionsgate”). I want to remove this line for a cleaner design.


    I have already tried multiple CSS overrides targeting:


    * .feat-caption.meta-text

    * .s-feat

    * .s-feat-outer

    * pseudo-elements (::before / ::after)


    However, the line is still appearing and not getting removed.


    Here is the page URL where the issue can be seen:

    https://fandomscoop.com/michael-movie-box-office-explained/ 


    ALL POST


    Could you please help me identify:


    1. Which exact element or class is generating this divider line?

    2. The correct way (theme option or CSS) to disable/remove it?


    If there is a built-in theme setting to control this, please guide me.


    Thanks in advance for your support.


    Best regards,

    SHEKH AESHABULAK 

  •  447
    Theme Ruby replied

    Hi,

    Thank you for reaching out.

    You can try adding the following custom CSS to remove that divider line:

    .feat-caption .caption-text:before {
        display: none;
    }
    

    To add this CSS, please go to Appearance > Customize > Additional CSS in your WordPress dashboard.

    After that, clear all caches and check again.

    Feel free to reach out if you need any further assistance 

    Regards.