• Hi !
    I’d like to replace the two default buttons from the big title section by two images… How can I do that ?
    Is there a plugin ? Should I edit CSS through yellowpencil, through the customiser ? If so how ?
    Or is it PHP I should use ?

    Thanks !

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

Viewing 1 replies (of 1 total)
  • Hello @guillaummelane,

    Sorry for the late reply and thank you for reaching us out.

    This can be done by changing manually in the page source, in the button attribute
    style=”background-image:url(“your url”)”

    Example
    <a href="https://gorosstars.com/important-guidelines" title="Guidelines" class="btn btn-primary" <strong>style="background-image:url("your url")"</strong>>Guidelines</a>

    This have to be done for each one you want.

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Replace button from big title section with image’ is closed to new replies.