-
AuthorPosts
-
imurillo Friend
imurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
October 11, 2016 at 10:04 pm #975487how to change hover link and url link into color pink in whole site?
I want change everythin in color red into color pink
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 12, 2016 at 1:21 am #975500Hi
Add below code in custom.css file and change the color code to your color codesa:hover, a:focus { color: #cc0000!important; } a { color: #cc0000!important; }
save and check .
October 19, 2016 at 12:15 pm #978122Hi But I don’t have this file in my package. No such file in ../templates/ja_teline_v/css/
Please helpimurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
October 19, 2016 at 3:23 pm #978173You 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
1 user says Thank You to imurillo for this useful post
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
October 19, 2016 at 3:29 pm #978176Hello 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 Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
October 19, 2016 at 5:09 pm #978208Hello Pankaj Sharma. could you recomend a google map component or module , I would like show embasies in the google map..
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 19, 2016 at 10:26 pm #978269Hi
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 Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
October 19, 2016 at 10:38 pm #978279JA Google map plugin I will try it.. Thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 19, 2016 at 11:15 pm #978284ok Imurillo.
ThanksAuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 9 replies, has 3 voices, and was last updated by marcelbessin 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
change hover link and url link into color pink in whole site
Viewing 10 posts - 1 through 10 (of 10 total)