White frame

Home Forums Jevelin Theme White frame

Home Forums Jevelin Theme White frame

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • djaya112
    Participant

    where can i adjust the colorcode of the white frame?>

    Hi @djaya112,

     

    I hope you are well today and thank you for your question.

     

    I am not sure what you are referring as white frame so could you please share me the screenshot of it or page URL from your site where it is displaying so that i can help?

     

    Best regards,
    Shufflehound team

    djaya112
    Participant

    the white frame around the page, you can set it to yes in the main theme settings

    Could you please share me the page URL from your site where it is displaying so that i can help you?

    djaya112
    Participant

    well, i am currrently on a test website, once i have my layout down i will start my official website. I would proberbly have to change the code in the theme settings but idk where haha.

     

    But its the experimental white frame. so that your website looks boxed, sort of. found under ‘performance mode”

     

    djaya112
    Participant

    well, i am currrently on a test website, once i have my layout down i will start my official website. I would proberbly have to change the code in the theme settings but idk where haha.

     

    But its the experimental white frame. so that your website looks boxed, sort of. found under ‘performance mode”

    You can adjust its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-window-line.line-top,
    .sh-window-line.line-left,
    .sh-window-line.line-right,
    .sh-window-line.line-bottom{
        background: #000;
    }

     

    You can change the color value in the above code to whatever you want to use by referring the following pages.

     

    http://www.w3schools.com/html/html_colors.asp
    http://www.w3schools.com/html/html_colorvalues.asp
    http://www.w3schools.com/tags/ref_colorpicker.asp

Viewing 7 posts - 1 through 7 (of 7 total)