Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #22051
    Dottie
    Member

    Hello,

    I would just like to know if there is any way to separate further my posts slider at the top and my posts below it. They are too close together, and I was wondering if that’s possible?

    Thank you!

    my url site is : http://www.therequiredreplay.com

    #22052
    Dottie
    Member

    Also would like to know if it’s possible to change the font color, size, and family for the text in my widgets on the side. Thank you!

    #22054
    Dottie
    Member

    Is it possible to change the color of the background behind my logo?

    How would that be done?

    #22102
    Sakin
    Keymaster

    @Dottie: I see that you have changed our default slider to meta slider that is why there was gap issues. You can add the padding bottom by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .metaslider { padding-bottom: 30px; }

    To change the color of the background behind my logo, you can go to “Appearance => Theme Options => Color Option” and pick the color to desire color or just add in color code in “Header Background Color”

    I don’t recommend font size in responsive design site as it will effect in the mobile devices as well. So, to change the font size either you change it for all devices or write specific css only for large screens.
    /* For Sidebar Widget Content */
    #secondary .widget, .widget a { color: #000; }
    /* For Sidebar Widget Title */
    #secondary .widget .widget-title, #secondary .widget .widget-title a { color: #000; }

    #22218
    Dottie
    Member

    hello Sakin,

    is there any way to get rid of the white line that is separating my home page content and logo?

    thank you

    my url is http://www.therequiredreplay.com

    #22219
    Dottie
    Member

    also, when on mobile my menu looks all messed up?

    just wondering what i can do to fix this?

    thanks again

    my url is : http://www.therequiredreplay.com

    #22222
    Sakin
    Keymaster

    @Dottie: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding { border: none; }
    #branding .bottom-bg { display: none; }
    #access ul.sb-options { background-color: #8db5a3;}
    #access .sb-options a { border-color: #ddd; }
    #access .sb-selector:link,
    #access .sb-selector:visited,
    #access .sb-selector:hover {
        color: #106d6f;
        text-shadow: none;
    }
    #access .sb-options a:link,
    #access .sb-options a:visited {
        color: #106d6f;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hello, Sakin. I Need Some Help…’ is closed to new replies.