Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #915118

    Hi

    How can I change the font weight of an image caption with CSS? I have tried a few things, including this
    p:hover{
    font-weight: 100!important;
    }

    but it has no effect.
    many thanks

    Peter

    #915253

    Hey Peter,

    Could you please post a link to where we can see the element in question?

    Best regards,
    Rikard

    #915378

    Hi Rikard

    I’ve put a link below. I’m trying to change the font weight on the image captions that appear on hover.

    many thnaks

    Peter

    #915400

    Hi Peter,

    Can you try to add this css code in Quick CSS (located in Enfold > General Styling):

    #top .avia-image-container-inner:hover p {
        font-weight: 700 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #915404

    Hi Nikko

    That works perfectly, many thanks

    Peter

    #915414

    Hi,

    Glad we could help :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #915415

    Hi Nikko

    Yes, thread closed – thanks again.

    p

    #915425

    Hi,

    Glad to hear that :) Thanks for using Enfold and have a nice day! :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘change image caption font weight’ is closed to new replies.