Shop Categories

X

Agama Slider – various

Home Forums Agama Pro Agama Slider – various

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12809
    bytesit
    Participant

    I cannot change the colour of the loader bar
    I also want to add more text underneath the headings on each slide. How do i do that?

    #12810
    Zex
    Moderator

    Hello,bytesit!

    The color of the bar is related to the primary site color and can be changed in the Customize-> General-> Skins menu.
    https://prnt.sc/mxxhbm

    If for some reason you want this color to be different from the primary color of a website, you can change it by using the following code to be inserted into Customize-> General-> Additional CSS:

    span#pie_0{
        background-color:#06abc6!important;
    }

    Change the color code per your needs.

    2. Unfortunately, this is only possible using the custom CSS code, for each slider separately.

    Here’s an example code that you need to insert into Customize-> General-> Additional CSS:

    #agama_slider .slide-1 h2.slide-title:after{
         content:"THIS IS THE SECOND LINE";
        display:block;
        text-align: center;
        margin-top:20px;
        font-size: 30px;
        color: #757575;
    }

    copy/paste the above code for each slide to which you want to add text and change the number of slide in the first row.

    Change the font size and color value according to your needs.

    I hope that I have explained this to you clearly enough.

    Regards

    • This reply was modified 4 years, 3 months ago by Zex.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.