Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • rclpris Friend
    #742194

    However, it also changes the color of all of the article header link. Is it possible to apply changes to language switcher only?

    TomC Moderator
    #577247

    Try This . . .

    Within file path —> /media/mod_languages/css/template.css
    at line 23, modify as follows:


    div.mod-languages a {
    color: #fff;
    text-decoration: none;
    }

    Better ??

    rclpris Friend
    #577286

    perfect, thanks

    TomC Moderator
    #577381

    Glad I could be of assistance . . . All the best with your continuing site development. 🙂

    TomC Moderator
    #643678

    Glad I could be of assistance . . . All the best with your continuing site development. 🙂

    TomC Moderator
    #742325

    Glad I could be of assistance . . . All the best with your continuing site development. 🙂

    rclpris Friend
    #967595

    A year later I found out that I have problem with some other spots that auto changes the display color. Could someone please help me out? I want to display it in red.

    The website link
    http://www.newwellwick.com/index.php/en/contact-2

    The search result title
    http://www.newwellwick.com/index.php/en/pages/other-pages/search?searchword=speaker&searchphrase=all

    Ninja Lead Moderator
    #967947

    @rclpris: If you can post a screenshot for the issue, I might be able to help you out. Right now its difficult to guess the issue and solution without actually being able to see it.

    rclpris Friend
    #968371

    Sure Ninja Lead.

    p1: http://www.newwellwick.com/index.php/en/lastest-items-2/tags-3/item/244-events-20160914-eng

    p2: http://www.newwellwick.com/index.php/en/pages/other-pages/search?searchword=cable&searchphrase=all

    p3: http://www.newwellwick.com/index.php/en/contact-2

    p4: http://www.newwellwick.com/index.php/en/lastest-items-2/tags-3/item/241-events-20160913-eng

    P5: If you highlight them, you can read the words

    Basically, all I want to give a white color is the language selection. After I changed it, it changed the rest of the links in the white. It is most likely that I haven’t caught all the white links in the whole website.

    I will pm you the username and password. Thanks.


    1. p1
    2. p2
    3. p3
    4. p4
    5. P5
    rclpris Friend
    #968377
    This reply has been marked as private.
    Ninja Lead Moderator
    #968450

    I fixed the problem on your site with the solution below.

    Open templates/ja_techzone/css/custom.css file and add new rule

    a.itemRelTitle {
        color: #212121;
    }
    .search-results .result-title a {
        color: #212121;
    }
    .plain-style .box-contact span.contact-webpage a {
        color: #212121;
    }
    .plain-style .box-contact span.contact-webpage a:hover, .plain-style .box-contact span.contact-webpage a:focus, .search-results .result-title a:hover,.search-results .result-title a:focus, a.itemRelTitle:hover, a.itemRelTitle:focus {
        color: #f62123;
    }

    and you can see it’s working as well on your site.

    rclpris Friend
    #969398

    Thanks.

    I can still find some spots that are showing white links on white background. Please kindly refer to the attachments.

    White texts can be found in:

    1. more in this category
    2. back to top
    3. print and email button

    1. P6
    2. P7
    Ninja Lead Moderator
    #969773

    You can fix bugs above with the solution above

    Open templates/ja_techzone/css/custom.css file and add new the CSS style

    .com_k2 .itemNavigation a, .com_k2 .itemView div.itemToolbar a {
        color: #212121;
    }
    .com_k2 .itemNavigation a:hover, .com_k2 .itemView div.itemToolbar a:hover {
        color: #f62123;
    }
Viewing 13 posts - 16 through 28 (of 28 total)

This topic contains 27 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 1 month ago.

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