Okay
  Public Ticket #1004906
i'd like to modify some option
Closed

Comments

  •  2
    sungbeksin started the conversation


    Hello. i bought your theme yesterday and i have some problem

    1. l'd like to move that column to left. 

    2. l'd like to remove every heart in my homepage, what should i do for it?

    3. l'd like to raise above that menu font. tell me please where is code that can be modified

    i think this theme is fantastic! thanks your warm support! thanks!!!

  •  8,996
    Tahir replied

    Hey SB , 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /*left header*/
    @media only screen and (min-width: 1001px) {
        #header-outer[data-format="left-header"] {
            width: 205px;
        }
        body[data-footer-reveal="1"][data-header-format="left-header"] #footer-outer {
            left: 0;
            padding-left: 205px;
        }
        body[data-header-format="left-header"] #ajax-content-wrap {
            margin-left: 205px;
        }
        body[data-header-format="left-header"] .page-submenu.stuck {
            left: 205px;
        }
        body[data-header-format="left-header"] #search-outer {
            padding-left: 205px!important;
        }
    }
    .nectar-love-wrap {
        display: none !important;
    }

    To adjust the Font-size . See Salient Theme Options Panel - > Typography Section :http://themenectar.com/docs/salient/theme-options/typography/ .

    Thanks



    ThemeNectar Support Team