Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1237779

    hello,

    in right lateral widget zonepage
    all normal text is light blue like a link but I want this text color in black or normal color like <p>

    what is the issue ?

    best regard
    cm

    #1238138

    Hey ChrisCoach,

    Could you please attach some screenshots of the issue?

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1238772
    This reply has been marked as private.
    #1238898

    Hi ChrisCoach,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .textwidget.custom-html-widget {
        color: #000;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1239200
    This reply has been marked as private.
    #1239269

    Hi ChrisCoach,

    I thought you wanted the title to be blue.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .widgettitle {
        color: #000;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1239537

    Hello,

    Thank you very much, it is ok now.
    You can close this request.

    Best regard
    cm

    #1239658

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Widget zonepage not good color’ is closed to new replies.