quick questions – slideshow speed / menu font / colours

Home Forums Shard – HTML5 Template quick questions – slideshow speed / menu font / colours

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 8 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11797

    tareina
    Participant

    Hey guys – purchased your HTML “SHARD” template just have a few quick questions :)

    1. I see the SPEED on each Slide layer… but how do I increase the “over all slideshow speed”… just by changing each number to higher? It didn’t seem to work.

    2. How do I change the “menu FONT colour” — it’s now GREY.
    & the “menu FONT size”… I need it a little larger?

    3. I need to change the Back ground colour of a few sections. One being the “fun facts” area. Where is this?

    BIG THANK YOU!!!

    #11817

    ab-themes
    Keymaster

    Hi,

    1.) Find this file rev_slider_init.js it is in js folder.
    In that file reduce this value delay:9000, and this should speed up your slider.

    2.) Just change couple of things in CSS code.
    Open style.css file and find this code:

    nav > ul > li > a {
        color: #aaaaaa;
        margin-left: 5px;
        margin-right: 5px;
        padding: 10px 19px;
        text-transform: uppercase;
    }

    change color value to desired,
    and for the menu items size find this code:

    nav > ul > li a {
        color: #202024;
        font-family: Lato;
        font-size: 14px;
        text-align: center;
        display: inline-block;
    }

    here you need to change font size value.

    3.) We added this background colors with this class section_with_dark_body, you can find it also in style.css file.
    You can change the background value of that class or you can replace that class with your own.
    We can see background image on that section “fun facts”, you can remove it.

    Best Regards

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

The topic ‘quick questions – slideshow speed / menu font / colours’ is closed to new replies.