Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #186627
    mmcgibbony
    Participant

    Hello Support!
    I am a beginner but hacking away at this. I want to make the text color black as the slider title for the menu text, the subtitle text, and the read more text and frame around read more. I researched to figure out the entry title to black. I am not able to find how to change to black the text for menu text, read more, and subtitle under title. The URL is wr-crm.com.
    Here is a screenshot of what I want to accomplish.
    page where I want to change white text to black

    #186656
    Skandha
    Participant

    @mmcgibbony: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change color of slider subtitle */
    #slideshow .subtitle {
        color: #000;
    }
    
    /* To change text and border color of slider button */
    .roll-button.border.button-slider {
        color: #000;
        border-color: #000;
    }
    
    /* To change color of menu text */
    #mainnav ul li a {
        color: #000;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #186778
    mmcgibbony
    Participant

    Hi Skandha,
    Yes, this is perfect! Thanks for the help!
    Mike

    #187046
    Skandha
    Participant

    @mmcgibbony: Hello Mike, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/cleanportfolio/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Update Text Color on Menu Text, Subtitle Text, and Read More Text’ is closed to new replies.