Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1179477
    RustyWood
    Participant

    Hi, having fun with xtheme so far.
    I would like to use a different size background image on the home page when in mobile.
    I’m using slider rev just in case the client needs to add more images in the future “as requested”.
    Is this possible? I have tried but must be missing something.
    pace9.com
    Thanks in advance
    Rusty

    #1179825
    Rue Nel
    Moderator

    Hey Rusty,

    Thanks for writing in! To fully understand how background images works, please check out this topic: https://community.theme.co/forums/topic/section-background-image-2/#post-691126

    In you case, you can make use of this code so that you can change the background image of your slide when on smaller screens. Please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media(max-width: 767px){
      #rev_slider_1_1 .tp-bgimg.defaultimg {
        background-image: url(http://placehold.it/800x800) !important;
      }
    }

    Hope this helps. Kindly let us know.

    #1180044
    RustyWood
    Participant

    Thanks Rue,

    Yes that did the trick. I have been applying all CSS to the X – Child Theme: Stylesheet (style.css)
    It wasn’t working there but works when added to the customizer, Appearance > Customize > Custom > CSS !!

    Not sure why I didn’t receive and email notification of your reply?
    Thanks again for your help.
    Rusty

    #1180049
    Christopher
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Please ‘subscribe’ to this topic.

    Thanks.

    #1183542
    RustyWood
    Participant

    Hi Christopher,

    Sorry, why do you need the login details?

    Regards

    Rusty

    #1183599
    Rahul
    Moderator

    Hi There,

    With your login details we can examine the CSS and Custom CSS; This way we can help you in getting issue resolved.

    Thanks for understanding.

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Please ‘subscribe’ to this topic.

    Thanks.

    #1183600
    Rahul
    Moderator

    Hi There,

    With your login details we can examine the CSS and Custom CSS; This way we can help you in getting issue resolved.

    Thanks for understanding.

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Please ‘subscribe’ to this topic.

    Thanks.

    #1196128
    RustyWood
    Participant

    Hi thanks Rahul .. one of those stupid simple mistakes missed a curly !! 😉

    #1196233
    Joao
    Moderator

    Glad to hear you managed find a solution,

    Let us know if you need help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1179477 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>