Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2044354
Slider Carousel
Closed

Comments

  • altfinity started the conversation

    How do I change the font colour of the "Slide TItle" and "Slide Outlined Text"? It is black and I would like to make it clearer over dark images. I can't find it in Amadeo Options, so am I missing something?

    Thank you!

  •  1,845
    Elated replied

    Hello there,

    Welcome to your support management and thank you for choosing our theme!

    This is a setting within slider revolution. You need to navigate to Slider Revolution > edit the slide in question > Select the layer > and set the color to what you'd like. (see image below)

    4620736018.png

    Hope this helps! If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • altfinity replied

    Hi Sean,

    Thanks so much for your quick reply! I don't see this particular slider in the Revolution plugin. I am talking about the slider that's on this demo page: https://amedeo.elated-themes.com/horizontal-projects/

  •  1,845
    Elated replied

    Hi there,

    On this particular page, Revolution Slider plugin is not used. The slider in this page is created with WPBakery and Slider Carousel shortcode:

    3840212432.png

    But, as you can see, there are no predefined Settings for this shortcode to change color of the headings:

    6207051167.png

    So in order to change color of the Slide Title, since it h1, you could do so in Amedeo Options -> Fotns -> H1 Style:

    2182271503.png

    Or add some CSS into Appearance -> Customize -> Additionals CSS:

    .slider-carousel-holder  h1 {
        color: red;
    }
    4743681984.png

    However, for Slide Outlined Text, you would have to use CSS only. This is the code for outline only:

    .slider-carousel-holder  h2 {
        -webkit-text-stroke: 1px red !important;
    }
    4708561696.png

    And this is the code for outline, and fill color on hover:

    .slider-carousel-holder  h2:after{
        -webkit-text-fill-color: red !important;
        -webkit-text-stroke: 1px red !important;
    }
    4923380432.png

    Let us know if there is anything else that we can help you with.

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.