• Hello first sorry for my bad english, i hope you can understand me.
    This Theme is very nice, but i can’t change colors etc.

    In witch File can i change the colors of the borderline or can i change the parameters of the margin-bottom of the Logo to the Navigation?

    Or can i change the width of the sidebars?

    Please help me

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Satish Gandham

    (@gandham)

    Hi @ckkullmen, Thank you for trying our theme.
    Width of the sidebars can be changes in the layout section in customizer.
    Do not change any files in the theme.

    Use Additional CSS option or override SCSS option for changing colors.

    Add this to additional css for adding bottom margin for logo

    #site-branding{margin-bottom:10px}

    You can find the list of SCSS variables that can be overridden in this file
    https://github.com/SwiftThemes/PageSpeed/blob/wordpress_org_release/assets/css/src/colors.scss

    Thread Starter ckkullmen

    (@ckkullmen)

    Hello and thank you 🙂 2 Problems are clear 😀

    Theme Author Satish Gandham

    (@gandham)

    Awesome. Let me know if there is anything I can help you with.

    Thread Starter ckkullmen

    (@ckkullmen)

    So i fixed that what i wont.
    but three things have to be different

    1. The Head 10px from the top
    2. Main (Content) not direct on the Navigation, rather the margin-parameter of the Sidebars.
    3. The Head (Logo and Navigation) surrounded of a border in #ff9817

    And i’m so sorry between my Questions, but i’m a newbie in WordPress.

    In Blogger is it easlery, i see one big code and find this what i want :/

    Theme Author Satish Gandham

    (@gandham)

    Add this to Additional CSS.
    Share your blog url
    https://swiftthemes.com/contact-me/

    
    #main{background:#eceff6!important;} /* Match this background with #wrapper*/
    #content{background:transparent}
    #main{margin-top:20px}
    #main > .inner{padding-top:20px;}
    #sb1 .inner,#sb2 .inner{border-width:0!important}
    
    /* removes header, nav borders */
    #site-header-container,
    #primary-nav-container
    #secondary-nav-container{border-width:0}
    
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘HELP!’ is closed to new replies.