Okay
  Public Ticket #1669123
toggle font size
Closed

Comments

  •  2
    Rian started the conversation

    hi!

    I tried a code you provided to someone else for the toggle title font size but it didn't work. it's at the bottom of the page. also, there is a strange amount of white space between the page header image and the first row of content, i can't figure out why. i tried adding negative padding px but it did not work.


    thank you!
    R

  •  8,470
    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):

    body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title {
        padding-top: 0px !important;
    }
    .toggles[data-style="minimal_small"] .toggle > h3 a {
        font-size:18px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Rian replied

    thank you!

  •  2
    Rian replied

    Hi,

    on the mobile I can not get the color of the menu background to change from purple even though i have custom selected the header and off canvas colors.

    thanks!

    R

  •  8,470
    Tahir replied

    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):

    body:not(.material) #slide-out-widget-area.slide-out-from-right, #slide-out-widget-area.slide-out-from-right-hover, #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right {
        background: linear-gradient(145deg,#5472d2,#4062d0)!important;
    }

    Thanks


    ThemeNectar Support Team