Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • nhenryconsulting Friend
    #188516

    Hi to all,
    I would like to remove the text-shadow style of the template for my web page but I do not know where to remove it.
    This is for the module which is into position user 1, 2 and 3 of the main page.

    Thank you very much for your help

    Nicolas

    Phill Moderator
    #497124

    Add the following to the bottom of your template.css file
    div.ja-moduletable h3, div.moduletable h3 {
    text-shadow: none !important;
    }

    nhenryconsulting Friend
    #497128

    ok very good ! thanks

    and if I want now to change the text color from white to dark grey for example ?

    Phill Moderator
    #497132

    Which particular bit of text would you like to change? The drop shadow or something else?

    nhenryconsulting Friend
    #497133

    yes the drop shadow because now without the shadow and with a clear back-ground the text in white is not easy to read

    Phill Moderator
    #497136

    Instead of the above add the following to the bottom of your code but change the colour codes as required.

    div.ja-moduletable h3, div.moduletable h3 { text-shadow: 1px 1px 0 #F2F2F2, 1px 2px 0 #B1B1B2 !important; }

    nhenryconsulting Friend
    #497137

    in fact what I would like is:
    – no text-shadow
    – the text in black

    Phill Moderator
    #497139

    div.ja-moduletable h3, div.moduletable h3 {
    text-shadow: none !important;
    color: black;
    }

    nhenryconsulting Friend
    #497143

    no unfortunately copying your code at the bottom of the css file, the text color stays white !
    I do not understand …

    Phill Moderator
    #497144

    A link to your site will help.

    nhenryconsulting Friend
    #497145

    for the moment it is in local in my PC
    today I try to put it on line and I will send you the link

    thanks

    Phill Moderator
    #497146

    Ok, it is impossible to help without seeing it. Good luck.

    nhenryconsulting Friend
    #497341

    here is my site: http://www.seghenconsulting.com
    the text color I want to change is the title of the 3 images at the bottom of the slideshow …

    nhenryconsulting Friend
    #497400

    the link is:
    http://www.seghenconsulting.com

    thanks for your help

    phong nam Friend
    #497618

    Hi,

    <blockquote>- no text-shadow
    – the text in black</blockquote>

    Pls put below codes into the end of file templates/ja_vintas/themes/dark/css/template.css:

    #ja-botsl1 div.ja-moduletable h3,
    #ja-botsl1 div.moduletable h3,
    div.ja-moduletable h3,
    div.moduletable h3 {
    text-shadow: none !important;
    }

    Clear JAT3 cache after saving changes.

    * For black color text, pls follow Phill’s tip again & remember to clear JAT3 cache (The button on the top right of dashboard).

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 3 voices, and was last updated by  nhenryconsulting 11 years, 4 months ago.

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