Change color of link

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #23761
    rkw2345
    Member

    Hello I am using the same teal color for a background so I would want to know the css to use for the one section to change the highlight color used for hyperlinks

    #23775
    Veena
    Moderator

    I don’t see any hyperlink added in that section .

    #23790
    rkw2345
    Member

    Reason being is because the color is clashing if you move you mouse to the right of the word Donate here under the 1 process you will see the word “Team Page” Appear.

    #23803
    Veena
    Moderator

    Pls have this custom CSS in themeoptions –

    .timeline-section a {
        color: #000;
    }
    .timeline-section a:hover {
        color: #fff !important;
    }
    
    #23820
    rkw2345
    Member

    when I put that CSS in the this thing happens where the menu bar follows the page but cutting through it. really weird.

    #23830
    Veena
    Moderator
    This reply has been marked as private.
    #23843
    rkw2345
    Member
    This reply has been marked as private.
    #23845
    rkw2345
    Member

    I Got it but if you have a better recommendation please let me know.

    Thank you so much for you prompt and always helpful responses.

    #23870
    Veena
    Moderator

    This look ok but that will shrink in small screens thus difficult to read..
    You can use the mo_site_logo function there and then style it accordingly.

    
    <?php   mo_site_logo(); ?>
    

    Also you need to comment the mo_site_logo function at line no:64 in the header.php file .
    And you can upload the your logo in Themeoptions > Site Logo tab .

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.