• Hello.

    Great theme, but i have some questions.

    #1: How to change the green edge color to blue. (the edge that is to the right of the text on the banner.

    #2: How to change the green dots to blue, not just the one, but both (depending on which is showing (hover?) i think.

    #3: How to center the title of the page? Its to the left as default, want it to be in the center.

    Regards and ty in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Lsass

    (@lsass)

    Is it also possible to flash the different objects a bit before? so you dont have to scroll so much before it flashes in? Like the testimonial pictures and text and the 4 small pictures with text underneath banner.

    Hi,

    #1: How to change the green edge color to blue. (the edge that is to the right of the text on the banner.

    Try to put this in your custom css:

    .salesdetails {
    width: 426px;
    background: rgba(255,255,255,0.74);
    border-right: 8px solid #009ccd;
    padding: 23px 20px 10px 24px;
    font-size: 20px;
    }

    #2: How to change the green dots to blue, not just the one, but both (depending on which is showing (hover?) i think.

    .nav-dots span {
    background: #009ccd !important;
    }

    Hope this helps.

    Thread Starter Lsass

    (@lsass)

    #1 = perfect ??

    #2: It changes the background of the dot from green to blue, but when activated (hover) its still green. So now, its blue with a green dot inside when activated, hehe..
    So maybe keep the background white, but make the hover blue?

    Thanks again for your help, I’m very grateful!

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    Let me clear you that is just an image over there..

    So it would be difficult to change that with CSS code.

    Hope you will understand.

    Thanks!

    Thread Starter Lsass

    (@lsass)

    Thank you ?? I just edited the picture.

    Regards!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider questions’ is closed to new replies.