Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #280337

    Hi there!

    Is there a way I can add a link to the header background image? Adding the background image was super easy in the general styling / header tab, but I didn’t see a field for adding a link to it. Can I do this via custom css?

    bonus question: what is the custom css for the various text sizes and colors? (body, h1, h2, etc)

    Thanks guys! Your support is always awesome.

    BP

    #280356

    Hi Mudfish488!

    Thank you for using the theme!

    I’m sorry but there is no option to put a link on the header and you may need to modify the theme files in order to do it. Are you trying to make the whole header a link? If you can give us to the actual website, we would like to check it. We might be able to find a way to create another link element on the header.

    Cheers!
    Ismael

    #280376
    This reply has been marked as private.
    #280676

    Hey!
    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .home #full_slider_1 {
        border: 0;
    }
    .home #after_full_slider_1 {
        border: 0;
    }
    

    that’ll remove the borders. Then you can add the link onto the slide image and it should do the trick.

    Regards,
    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.