Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #95923
    Tinus53
    Participant

    Hi,
    when I add a Image ti my page and give this Image a description, the somthing like a dash is displayed left of the text. See Picture.

    How to get rid of this dash?

    How can I get rid of this line and how can I change the font size?

    Regards
    Bernhard

    #95926
    Pratik
    Keymaster

    @tinus53: By the image you have provided, it looks like you have added image caption, so change it, you need to got to the page/post edit page and then edit the image.

    If this is not the case, please provide site url.

    Regards,
    Pratik

    #95929
    Tinus53
    Participant

    Hi Pratik,
    here is the URL:
    http://sf-plochingen.schachvereine.de/sfp2/testseiten/seite-mit-bild/

    This dash is not part of my image caption.
    It mast be something in the theme because it is not displayed using another theme.

    Regards
    Bernhard

    #95950
    Pratik
    Keymaster

    @tinus53: Ah yes, this is from theme styles. So to disable it, please use following code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    .wp-caption .wp-caption-text::before {
        content: "";
    }
    

    If you also want to remove space on left, add following code as well:

    
    .wp-caption .wp-caption-text {
        padding-left: 0;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #95953
    Tinus53
    Participant

    Hi Pratik,
    works fine, thank you.

    Have a nice Weekend
    Bernhard

    #95991
    Pratik
    Keymaster

    Hi Tinus53,

    I am glad it worked out. If you liked our theme and support please leave us a review at https://wordpress.org/support/view/theme-reviews/catch-flames#postform.

    Regards,
    Pratik

    #96007
    Tinus53
    Participant

    Review is finshed, but with a different username 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change detail in image description’ is closed to new replies.