Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3142623
Recipe Blog - Index link hover color
Closed

Comments

  •  1
    camosher started the conversation

    The colors i use for links are bold black.  Its like this on every page.  However, in the Recipe Index, if a add a link, the hover color i not black.  How do i change the hover color?

    Attached files:  20221009_100854.jpg

  •  2,487
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > Posts Layouts > Colors: change the hover title at the "Post Titles Hover Color".

    Regards,
    PenciDesign.


  •  1
    camosher replied

    I changed the color as requested, but it didn't help.  Attached is a photo of the issue and settings. 

    Attached files:  20221009_125243.jpg

  •  2,487
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .elementor-widget-text-editor a {
        color: #000 !important;
    } .elementor-widget-text-editor a:hover {
        color: #000 !important;
    }

    Regards,
    PenciDesign.