Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

change color of text

Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10782
    Michal Cukr
    Participant

    Hello,

    I’m not able to change the font color for specific texts on my website: http://www.volim-slusne.cz/napocatku/

    Footer:
    – the basic color of items in the menus which is grey now
    – the hover color for these items (because they have the same color as the background)
    – the basic color and hover color for the E-mail which is hidden till you hover a mouse next to the word “E-mail”

    Heading:
    – the hover color for e-mail
    – color for the phone numbers

    Thank you.

    #10796
    Grace Themes
    Member

    Hi,

    To change all the element color your requested

    Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
    add below css code in custom css box and change the color code as you like

    .footer li.current-menu-item a { color:#6e6d6d !important; }
    .footer ul li a { color:#ffffff; }
    .footer ul li a:hover { color:#6e6d6d !important; }
    
    .textwidget a { color: #ffffff; }
    .textwidget a:hover { color:#6e6d6d !important; }
    
    .infobox a:hover { color:#333333; }
    .infobox span { color: #ffffff; }

    Please do this changes and let me know your feedback.

    Regards
    Grace Themes

    #10870
    Michal Cukr
    Participant

    Hi,

    thanks for the code. It works only in CSS box in WP (Customization mode). When I saved the code, the changes disappeared. I am using child theme, but editing the style.css in my child theme did not change anything.

    #10887
    Grace Themes
    Member

    Yes, this only works in Custom CSS box because it has a top priority than css code from style.css file

    Regards
    Grace Themes

    #10888
    Michal Cukr
    Participant

    Thank you for the information. How about updating theme? Will it be preserved when the theme would be updated? This is the reason why I wanted to use style.css in my child theme that the modifications will be preserved.

    Regards,

    #10897
    Grace Themes
    Member

    Hi,

    With the theme update all of your modified files/code will be restored to updated file.
    So always add your css code in Custom css box or style.css file of your child theme.

    Regards
    Grace Themes

    #10909
    Michal Cukr
    Participant

    Thank you!

    #10911
    Grace Themes
    Member

    You are most welcome..!

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