Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1347200
Change of Background
Closed

Comments

  • CarlosClouthier started the conversation

    Hello!

    I want to change the background of the page mentioned in the Related URL, I go to Elated General on the page editor and it just shows me options of color but not of an image background. For example, I want to make it look like image1.


    How can I do it?

  •  1,845
    Elated replied

    Hello,

    If you want to change (add image) background for some specific page, you can try to add this css in Elated Options >> General >> Custom CSS field:

    .page-id-8667 .eltdf-full-width  .vc_custom_1474446796859 {
        background-image: url(http://superfood.elated-themes.com/wp-content/uploads/2016/11/tea-home-parallax.jpg);
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }

    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • CarlosClouthier replied

    Hi there!

    Great! But it only worked for one. I want to put a background also in "Productos Altamar", "Productos Sinaloa" and "Karnes Garibaldi". I copied 4 times the css code you sent me, and just changed the id and the background-image url for each of the other pages (see image1).

    Does each page have a different .vc_custom?

    Or how can I change put the background of the others I want?

  •   Elated replied privately
  • CarlosClouthier replied

    Please, notice that in the image I sent you, you can see that I put the different IDs of the pages (see image1) and nothing happened, the background changed only on the first one.

    Here are the urls:

    https://productosaviles.com/productos/productos-aviles/

    https://productosaviles.com/productos/productos-sinaloa/

    https://productosaviles.com/productos/productos-altamar/

    https://productosaviles.com/productos/karne-garibaldi/

  •  1,845
    Elated replied

    Hello,

    Yes, you added desired page id, but on that page there is no any row with this custom ID >> 1474446796859.

    You can go to edit that page >> navigate to that row and and then in Row Settings >> Add some extra class name, like we did here and then you can add some custom css for that class.

    For Example:

    .page-id-8669 .ExtraClassName-01 {
        background-image: url(http://superfood.elated-themes.com/wp-content/uploads/2016/11/tea-home-parallax.jpg);
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }

    Or provide us with your wp-admin credentials so we could inspect it.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.