Okay
  Public Ticket #3399692
page background
Closed

Comments

  •  3
    ePrintDesign started the conversation

    I would like to place a background image into a full page (NOT a row or header), making it the full width on all and fixed to the top. I can't find a way to make this happen and extra plugins do not seem to work. I think I need

    background-image: url("  ");
    background-position: ;
    background-size: ;
    background-repeat: no-repeat;
    background-attachment: ;

    please help!

  •  2,958
    Andrew replied

    Hello there,

    Thank you for your patience on this.

    To clarify, do you want to add the background to a single page or to your site? Also could you share your site URL so we can look into this for you?

    I look forward to your response.

    Kind regards,

  •  3
    ePrintDesign replied

    It will be to the whole site... I have been asked to replicate this site:

    https://www.scarletroad.com.au/about/

  •  2,958
    Andrew replied

    Hello there,

    Thank you for getting back to us.

    Add this into the Custom CSS box located in your Salient Options panel:

     .container-wrap {
          background-image: url('your-img-src.jpg')!important;
    }
    

    Replace the URL with the image URL you want to add.

    Try this and let us know how it goes.

    Cheers,

  •  3
    ePrintDesign replied

    Thank you Andrew... this did work BUT the Top Navigation Menu has disappeared. Can we have that back with CSS?

  •  8,839
    Tahir replied

    Hey Again,

    Please provide the page URL so we can write up what's possible.

    Thanks.



    ThemeNectar Support Team 

  •  2,958
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    Could you please share your site URL so we can look into this for you?

    We look forward to your response.

    Best regards,

  •  3
  •  1,877
    Judith replied

    Hi there,

    I see the header navigation showing as shown here:

    4981437508.png

    Please let me know whether I am missing something.

    Thanks.

  •  3
    ePrintDesign replied

    Hi Judith... you are not looking at the page I posted. This is a screen shot of the "Trailer" page. The page I posted was "About". See attachment.

    Attached files:  Screen Shot 2023-06-27 at 9.54.02 am.jpg

  •  8,839
    Tahir replied

    Hey Again,

    The Menu is there though in black color. Try adjusting the Color in here for the trailer page:  

    6424913288.png

    Best


    ThemeNectar Support Team 

  •  3
    ePrintDesign replied

    thank you for the pointer... I went back to Salient Options / Transparent Header Effect / Header Dark Text Color / #xxxx

    It is all working perfectly. Thank you!