Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • imurillo Friend
    #963102

    i want change titles color red to pink when mouse is over

    Pankaj Sharma Moderator
    #963123

    Kindly post your site URL here

    imurillo Friend
    #963270

    Right 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


    1. ejemplo5
    Pankaj Sharma Moderator
    #963340

    Hi
    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 Friend
    #963915

    I 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 Moderator
    #964053

    Hi kindly use this code

    .magazine-links .col-content .article-title h3 a:hover {
        color: #eee!important;
    }
    

    this is for hover color .

    imurillo Friend
    #964342

    it 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..


    1. ejemplo7
    Pankaj Sharma Moderator
    #964435

    If 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 Friend
    #964632

    Now 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.


    1. exaple8
    2. image2
    Pankaj Sharma Moderator
    #964751
    This reply has been marked as private.
    imurillo Friend
    #964941

    I 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…


    1. imagen3
    Pankaj Sharma Moderator
    #965015

    Hi
    Kindly check the demo site again , it used same color for article hover in mega menu : http://prntscr.com/cd58ac

    imurillo Friend
    #965119

    here is an example of teline V megamenu Demo

    Pankaj Sharma Moderator
    #965258

    Hi
    Kindly check it again i do not see any color like in your screenshot in demo
    Here : http://prntscr.com/cdk7u6

    imurillo Friend
    #966504

    It could be an issue, I tooked this screen of Demo in your website


    1. demotelineV
Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 16 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years ago.

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