Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1010858

    Hi
    On this page https://jugandoenlinux.com/index.php/item/2-rocket-league-llega-a-linux-y-steamos-en-fase-beta
    Could u share a screenshot for which link you want to change the colour CSS? I will help you to give the style code
    Regards

    wild duck Friend
    #1010867

    Of course… attached image.

    I want to change the color of every link in K2 items.

    Thank you for your help


    1. Linkcolor
    Pankaj Sharma Moderator
    #1010873

    Hi
    Add below code in custom.css file and change the color code as per needs.

    
    .com_k2.view-item a {color:#1d578a;}

    Regards

    wild duck Friend
    #1011044

    Did it, but still no luck. The link didn’t change the colour… Attached my custom.css The code is ok?

    Thanks

    .logo-image {
    line-height: 50px!important;
    }
    .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    position: fixed !important;
    }
    .com_k2.view-item a {color:##00008b;}
    Pankaj Sharma Moderator
    #1011105

    Hi
    Kindly clean cache and check.
    Here you can see code is not showing https://jugandoenlinux.com/templates/ja_playmag/css/custom.css
    http://prntscr.com/e9alie

    wild duck Friend
    #1011196

    Cleared Joomla cache, web browser cache, now custom.css seems right (attached image) but still no luck. I cant see the link color changed.
    Can you see the link color changed correctly?
    Thanks


    1. Customcss
    Pankaj Sharma Moderator
    #1011207

    Hi
    Kindly check the color code should be only one #
    .com_k2.view-item a {color:##00008b;}

    Replace it with

    .com_k2.view-item a {color:#00008b;}
    
    wild duck Friend
    #1011212

    Oh god! that was it!… Thank you very much!!
    Solved!

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  wild duck 7 years, 2 months ago.

The topic ‘Change links color inside K2 items’ is closed to new replies.