Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2139746
responsiveness
Closed

Comments

  • Anne Atkinson started the conversation

    Hello,

    I have a background image on a column that I want to hide on tablet and mobile. How do I do this? It works on the example page TheGem https://codex-themes.com/thegem/media-one-pager/ on the Our Services section. This is exactly what I am trying to mimic. 

    Can you help please? 

    Also - my Quickfinders no longer rollover to a new colour now that I have taken the link off. Is it possible to have them so they don't link but still have a rollover colour?

    Thanks

    Annelise

  •  4,774
    Michael replied

    HI!

    1) pls. use following css:

    @media(max-width:1212px){
    .vc_column-inner.vc_custom_1567624525921 {
        background: none !important;
    }}
    5110651633.png

    2) Unfortunately, this function only works if there is a link.