Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pavit Moderator
    #897156

    Hi

    You want it like the image below ?


    1. Screenshot_37
    puntje Friend
    #897425

    Yes. Where can i change that. Maby i want black letters. So it is teacher for me to know where i can change it

    pavit Moderator
    #897440

    Hi

    You need to create a new file in this folder /templates/ja_elicyon/css and name it custom.css

    Then in this file add these lines of code

    Code to change color Background :

    .acm-slideshow .owl-carousel .item .slider-content-inner {
    background:#fff!important
    }

    Code to change color text :

    .acm-slideshow .owl-carousel .item .slider-content .item-title {
        color:#000!important;
    }

    You can change #000 with your preferred color

    Best regards

    puntje Friend
    #898865

    Almost solved. Where can i change the font for this block

    pavit Moderator
    #898905

    Almost solved. Where can i change the font for this block

    You can add this to your custom.css

    .acm-slideshow .owl-carousel .item .slider-content .item-title {
    font-family:yourfont;
    }
    puntje Friend
    #898927

    I tried that last night. Font will stay the same custom.css of the template stylesheet. Maybe it must be changed is the stylesheet of arm

    I changed on the style.sheet of acm slideshow and it worked

    Solved

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  puntje 8 years, 2 months ago.

The topic ‘.acm-slideshow block – letters. I cannot change that in custom css’ is closed to new replies.