I need the font color to be white and not opacity in the Officers/Board Section

Home Forums Porto – Responsive HTML5 Template I need the font color to be white and not opacity in the Officers/Board Section

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10044910
    sandyms
    Participant

    Hi There,

    Can you please tell me how I can change the font color to be white and not opacity in the Officers/Board Section of the page URL that I sent you?

    This should be easy for me but I cannot seem to figure it out.

    Thanks!



    Template Version: 10.2.0
    #10044911
    Support
    Keymaster

    Hello,

    This code can fix it:

    CSS (css/custom.css):

    .featured-boxes-full .featured-box-full p {
    	opacity: 1 !important;
    }

    Best Regards,

    Okler Themes


    #10044912
    sandyms
    Participant

    Yes, that works! Thank You!

    If I wanted it to be only for that page, and not other areas, how would you suggest me to do that?


    #10044913
    Support
    Keymaster

    So youo can add a second class in the element with the class “featured-boxes-full”, adding “featured-boxes-full-custom” and set the css to:

    <div class="row featured-boxes-full featured-boxes-full-custom">

    CSS (css/custom.css):

    .featured-boxes-full-custom .featured-box-full p {
    	opacity: 1 !important;
    }

    Best Regards,

    Okler Themes


    #10044914
    sandyms
    Participant

    That is exactly what I needed! Thanks again! You’re the best 🙂


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

This topic is marked as "RESOLVED" and can not rceive new replies.