Viewing 15 posts - 1 through 15 (of 35 total)
  • Author
    Posts
  • Saguaros Moderator
    #1077322

    Hi,

    You can use technique to style for child selector: https://www.w3schools.com/cssref/sel_nth-child.asp

    For example, if you want to change color for 2nd slide item, just go to file: root/templates/ja_smallbiz/css/custom.css

    .acm-slideshow .owl-carousel .owl-item:nth-child(2) .item .slider-content-inner {
        background-color: #c0392b !important;
    }

    Hope this helps.

    lukelee0223 Friend
    #1077328
    This reply has been marked as private.
    Saguaros Moderator
    #1077536

    Which text are you referring to? you can share screenshot illustrating the modification you expect, I will check for you.

    lukelee0223 Friend
    #1077545
    This reply has been marked as private.
    Saguaros Moderator
    #1077771

    Hi Luke,

    Kindly share the admin & ftp account, I will check for you.

    lukelee0223 Friend
    #1077897
    This reply has been marked as private.
    Saguaros Moderator
    #1077993
    This reply has been marked as private.
    lukelee0223 Friend
    #1077994
    This reply has been marked as private.
    Saguaros Moderator
    #1077999

    Hi Luke,

    I can login but pls grant permission for me to edit as I can’t edit now.

    lukelee0223 Friend
    #1078000
    This reply has been marked as private.
    Saguaros Moderator
    #1078001
    This reply has been marked as private.
    lukelee0223 Friend
    #1078006

    Hi Saguaros,

    Do you mean all of them?

    Luke

    Saguaros Moderator
    #1078010

    If not possible, set the permission for template folder: /templates/ja_smallbiz/

    lukelee0223 Friend
    #1078015
    This reply has been marked as private.
    Saguaros Moderator
    #1078018
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 35 total)

This topic contains 35 replies, has 2 voices, and was last updated by  Saguaros 6 years, 4 months ago.

The topic ‘About customization for color in text block of Slideshow’ is closed to new replies.