Okay
  Public Ticket #1664308
Theme Background
Closed

Comments

  • Jason Byrne started the conversation

    I am building a web site using the Salient theme as we speak.  The client DOES NOT want any color background.  Instead they want an image to be the background and for al items on the page to simply be on top of that image.

    On the Boxed Layout menu, I have inserted the image that they want to be the consistent background, but it continues to force me to set a color for the Overall Background in the General Settings menu. I need that to be TRANSPARENT... Is that at all possible?

    Jason

  •  8,999
    Tahir replied

    Hey J,

    Not sure i understand could you provide a screenshot so we can have a look.

    Best


    ThemeNectar Support Team 

  • Jason Byrne replied

    Thanks for replying Tahir!

    Attached is a screen shot.  You will see that there is a wood background for the page and there is a black background on top of that behind the content.  I need that Black background to be transparent so that the wood shows through.

    Side note - Do you know where in the CSS I can adjust the size of the font on the header navigation?

    Jason


  •  8,999
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  8,999
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .ascend {
        background-color: transparent !important;
    }
    div#header-outer {
        background: transparent !important;
    }
    div#boxed {
        background: transparent !important;
    }
    .container-wrap {
        background: transparent !important;
    }
    div#footer-outer {
        background: transparent !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Jason Byrne replied

    EXCELLENT!!!!

    One more question and I may be able to leave you alone.  I need to add a second button next to the Add to Cart button on each of the Single Product Pages.  I want the button to look exactly like the Add to Cart and it will link to another page on the site.  Is this possible?

    Jason

  •  8,999
    Tahir replied

    No i am afraid not without custom code edits. 

    Best


    ThemeNectar Support Team 

  • Jason Byrne replied

    How about the size of the font on the header navigation.  Been banging my head against a wall trying to increase the size.

    Jason

  •  8,999
    Tahir replied

    Hey Again,

    Simply change that in the Typography Section of Salient Theme Options Panel . See screenshot : http://prntscr.com/kekxdu .

    Best



    ThemeNectar Support Team