Home Forums Designexo Pro Custom Font Color for Section Titles and Funfact Item Titles

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #32130
    Jaden
    Participant

    I love this theme and I really enjoy being able to customize it. My site has to be 508 compliant, so I’ve been able to get almost the exact look I need with a custom theme color and a white color skin, however, I wanted to ask if there is a way to change the font color of the Section Title of particular sections or the Titles of the Funfact Items. My custom dark blue theme color is automatically applied to the Section Titles and the Funfact Item titles, and they don’t pass a 508 compliance color contrast test. So, I need to change them to yellow or white. Do you have any custom CSS examples I can insert into my theme to change those particular text colors?

    The Designexo Pro theme is very beautiful and I can’t wait to share it with my clients!

    #32140
    themearile
    Keymaster

    Hi Jaden

    Thanks for contacting us. Dont’t worry we are here to help you.

    Please share your site URL so we can take a look and provide you with a good solution.

    Thanks

    #32149
    Jaden
    Participant

    Thank you for your timely response. I do not have my site published because it is not ready yet, but I have some screenshots with arrows pointing at the text that I need to change from blue to white or yellow. Is there an email I can send them too? I can’t seem to find anywhere to attach them to my post.

    My additional css looks like this so far:

    body.home .theme-services-content .col-lg-4:nth-child(n+4) {
    display: none;
    }
    #theme-style-switcher .text-center a{
    color: #000;
    }
    p, li {

    color: #000000;

    }

    #32169
    themearile
    Keymaster

    Hi Jaden

    Okay, Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to publish button.

    .theme-main-slider .theme-slider-content .sub-title {
    color: #ffd556;
    }
    .theme-funfact .theme-funfact-inner p,
    .theme-testimonial .theme-testimonial-block .name a {
    color: #fff;
    }

    I hope it will help you.

    Thanks

    #32183
    Jaden
    Participant

    You fixed it!! Thank you so much, that worked perfectly. 😀

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