Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • imurillo Friend
    #975487

    how to change hover link and url link into color pink in whole site?
    I want change everythin in color red into color pink


    1. imh11
    Pankaj Sharma Moderator
    #975500

    Hi
    Add below code in custom.css file and change the color code to your color codes

    a:hover, a:focus {
        color: #cc0000!important; }
    a {
        color: #cc0000!important;
    }

    save and check .

    marcelbessin Friend
    #978122

    Hi But I don’t have this file in my package. No such file in ../templates/ja_teline_v/css/
    Please help

    imurillo Friend
    #978173

    You can create the custom file in path : /templates/ja_teline_v/css/custom.css

    In This file you can write the whole css you need change in your site. custom.css file is necesary, when you apply an update every css rules can be rewrite. but custom.css file is not rewrited

    imurillo Friend
    #978176

    Hello Pankaj Sharma, the code below does not work, it change the color in hole site to pink and I only want to change links and email into article content

    a:hover, a:focus {
    color: #cc0000!important; }
    a {
    color: #cc0000!important;
    }

    imurillo Friend
    #978208

    Hello Pankaj Sharma. could you recomend a google map component or module , I would like show embasies in the google map..

    Pankaj Sharma Moderator
    #978269

    Hi
    In your first post you mentioned , you need to change it for whole site .
    If you want to apply it only for the articles page , kindly use below code

    .view-article a:hover, a:focus {
        color: #cc0000!important; }
    .view-article a {
        color: #cc0000!important;
    }

    For map you can take a look in JA Google map plugin .

    imurillo Friend
    #978279

    JA Google map plugin I will try it.. Thanks

    Pankaj Sharma Moderator
    #978281

    Hi
    You can download it from Here

    PS : Create a new thread for new topics, it also help our community .
    Best Regards

    marcelbessin Friend
    #978284

    ok Imurillo.
    Thanks

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

This topic contains 9 replies, has 3 voices, and was last updated by  marcelbessin 7 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum