-
AuthorPosts
-
imurillo Friend
imurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
August 25, 2016 at 10:42 pm #963102i want change titles color red to pink when mouse is over
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 26, 2016 at 1:13 am #963123Kindly post your site URL here
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
August 26, 2016 at 3:32 pm #963270Right now I can not, I kindly could post my site URL when I finish it. Now I need your support.
I want menu home background color pink(#e43a7d) only home in my case HOME is EL MINISTERIO
When mouse is over I want title link pink (#e43a7d), the same in all magazine page, now the default is red, I want change everything into color red to color pink #e43a7d
Thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 27, 2016 at 2:27 am #963340Hi
You can set the color of the menu using the category color , Follow this doc .
To change the hover color of the articles , add below code in custom.css file and change the color code with your color code.magazine-item .article-title a { color: #eee!important; }
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
August 29, 2016 at 4:28 pm #963915I paste the code into custom .css and now all titles are pink. thats is not what I want
I want the font color of the articles black but when change hover I want pink,
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 30, 2016 at 1:36 am #964053Hi kindly use this code
.magazine-links .col-content .article-title h3 a:hover { color: #eee!important; }
this is for hover color .
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
August 30, 2016 at 7:49 pm #964342it works with lates news , more news , but it does not work in Magazine categories and ACM module, I need for hover only pink now I have pink and red.
INTO SPOTLIGHT AND OTHERS CATEGORIES ARTICLE TITLE FOR HOVER THE COLOR IS RED
into more news , lates news .. the hover coor is pinck , what I want..
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 31, 2016 at 2:18 am #964435If you want to apply it for whole site use below code
.magazine-item .article-title a:hover, .magazine-item .article-title a:active, .magazine-item .article-title a:focus { color: #cc0000!important; } .magazine-featured-leading .magazine-item-main .article-title h3 a:hover, .magazine-featured-leading .magazine-item-main .article-title h3 a:active, .magazine-featured-leading .magazine-item-main .article-title h3 a:focus { color: #cc0000!important; }
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
August 31, 2016 at 4:05 pm #964632Now I almost have what I want, but the menu I want as the teline V demo same category color in menu hover color, I do not want changes in menu.
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 1, 2016 at 1:56 am #964751This reply has been marked as private.imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
September 1, 2016 at 4:26 pm #964941I want hover in menu news title like in TelineV Demo. After I copied this code into custom.css the hover change to pink into news title in menus: I have to change something in this code But I do not know what.
.magazine-item .article-title a:hover, .magazine-item .article-title a:active, .magazine-item .article-title a:focus { color: #e43a7d !important; }
Thanks for your helps, I will try to send a new post about this topic…
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 2, 2016 at 2:07 am #965015Hi
Kindly check the demo site again , it used same color for article hover in mega menu : http://prntscr.com/cd58ac1 user says Thank You to Pankaj Sharma for this useful post
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
September 2, 2016 at 3:22 pm #965119here is an example of teline V megamenu Demo
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 3, 2016 at 4:32 am #965258Hi
Kindly check it again i do not see any color like in your screenshot in demo
Here : http://prntscr.com/cdk7u6imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
September 7, 2016 at 5:07 pm #966504AuthorPostsThis topic contains 16 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum