Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • cartaza Friend
    #184104

    Hello, I want to change link color from gray to white. As I can do?. Thanks for the help. Greetings. Carlos

    module HTML: position user24.

    Sitio web: http://redpolitica.info/

    pavit Moderator
    #480219

    Hi

    Please disable from your template manager the CSS optimization, so i will check better the file that need to be changed

    cartaza Friend
    #480232

    Hello, thank you very much. CSS optimization is disabled.

    pavit Moderator
    #480236

    <em>@cartaza 355778 wrote:</em><blockquote>Hello, thank you very much. CSS optimization is disabled.</blockquote>

    Thanks

    Goto this file /templates/ja_university/css/template.css line 26

    a {
    color: #666666 change this to color: #C3A7A1;
    text-decoration: none;
    }

    cartaza Friend
    #480251

    Hello, thank you very much. I did change. The problem is that it changes the color of all links. I need to change only the user module 24. Thank you very much again. Carlos

    cartaza Friend
    #480460

    any suggestions?

    Luna Garden Moderator
    #480622

    Hello Cartaza,

    If you want to change the color of tag <a> only for module in position user24, please go to this module manager editor in backend >> add class suffix for this module.

    Then go to <blockquote>templates/ja_university/css/template.css</blockquote>

    Add code like this:

    .new_class_suffix_name a {
    color: your_color_code;
    }

    You can use Firebug to know what class name the module belongs to.

    cartaza Friend
    #481034

    Hello Luna Garden, thank you very much!!. Greetings. Carlos

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

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

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