Viewing 15 replies - 1 through 15 (of 16 total)
  • Hey,

    Would it be possible for you to post a link to your site so I can see what slider you’re referring to?

    Thanks!,
    Kevin

    Thread Starter go2green

    (@go2green)

    Here is the link https://togetridofmosquitoes.com/

    The part that says ‘test test’ in blue and the price are on the left and I have been trying to center it. I can change the color but can’t get it to move to the center where there is a blank spot.

    • This reply was modified 8 years, 5 months ago by go2green.

    Try adding this CSS to Theme Options> Advanced Settings:

    .home .flex-caption {
        width: 100%;
        text-align: center;
    }

    Let me know if that works for you!

    -Kevin

    Thread Starter go2green

    (@go2green)

    Woo-Hoo thank you. I was dancing all around it but that did it!

    Hi Kevin, how can I change description in slider and also I want to center my text here is the url of my site https://www.womeninpropertyinvestment.co.uk/

    Hi Kevin, how can I change description color in slider and also I want to center my text here is the url of my site https://www.womeninpropertyinvestment.co.uk/

    Hello Giovanni,

    In the future, please start a new topic with support questions.

    I’m not sure what you mean by “description in the slider.” All of the slider settings should be able to be set in Theme Options> Home Slider.

    Also, I’m seeing the text centered. Were you able to sort that out?

    -Kevin

    Hi Kevin, my apology, I will submit new topic next time if I have question. What I meant is I want the description text to be in the center area it will not extent to the Photo in the right and I want to change it’s color from default white into strong magenta

    Try adding this CSS to theme options> Advanced Settings and let me know if it works for you!

    .sliderclass .captiontext.headerfont {
        width: 50%;
    }
    .sliderclass .captiontext p {
        color: magenta;
    }

    -Kevin

    Hello Kevin, thank you so much it works, but the problem is when I change the slider into full width the description color will change into white again.
    And by the way, how can I removed the search box button in the upper right?

    Best,
    Gio

    The CSS will vary depending on what slider you have active, so if you want to switch it, just let me know and I’ll update the code for you.

    Also, I’m not seeing the search, were you able to find the setting to disable it?

    -Kevin

    Hi Kevin,
    I want to use full width slider, I don’t want the text overly my photo also, how can customize my menu bar put it in box? just like this site https://www.lesbrown.com/

    You can use CSS to make this change:

    #nav-main ul.sf-menu a {
        background: #5C7490;
    }

    This will target your menu items. If you need further help styling the menu, let me know how you want it to display and I’ll help you with the necessary CSS.

    -Kevin

    As for not wanting the text over your photos, you should just remove it from Theme Optinos> Home Slider settings and it wont show up. Unless you’re referring to something else??

    -Kevin

    Hi Kevin, I want the nav bar to be put on a square block. It should have border lines around it not just background colors

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘center slider description virtue theme’ is closed to new replies.