Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1021149
    [email protected]
    Participant

    Hi,

    I need to change the link color of the following page http://poplabicepops.com/store-locator/,
    I try using the customizer, site links but it changes the links colors of the full site and messed up my nav bar

    Please help me to resolve this issue,

    Thank you so Much

    Nick

    #1021447
    Prasant Rai
    Moderator

    Hello Nick,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .page-id-214 a {
        color: #ddd !important;
    }

    Thanks.

    #1021499
    [email protected]
    Participant

    Hi it worked, but it also change the color of the nav bar, see attached screenshot

    What can i do

    Thank You

    #1021775
    Lely
    Moderator

    Hi Nick,

    If you want to change the link color of the links under the MAP only, please update above CSS to this:

    .page-id-214 #store_locator_list a {
        color: #ec008c !important;
    }

    Hope this helps.

    #1022295
    [email protected]
    Participant

    Hi Lely,
    It did changed the color of the links of the Store Locator Page,
    But when you click on the title link or more information, the next links are still on the orange color.(see Attached Screenshot)

    What can i do?

    Thanks

    Nick

    #1022555
    Rupok
    Member

    Hi there,

    Thanks for updating. Let’s try this instead :

    .page-id-214 .entry-content a {
        color: #ec008c !important;
    }

    Hope this helps.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1021149 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>