Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #310840

    Hi! I wonder if it’s possible to change the font of the image captions for the icons? (color, size and to lowercase)?

    I also wonder how to change the color of the headlines inside a color section?

    I tested this, but didn’t work:

    .avia-section h2 {
    color: #fff;
    }

    • This topic was modified 10 years, 2 months ago by Effektid.
    #310931

    Hi Effektid!

    1- Can you post a screenshot and show the element you would like to edit?
    2- Please make sure that your heading element is an H2. If it is, please try adding !important rule as following

    .avia-section h2 {
    color: #fff !important;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.