Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • latino07 Friend
    #171857

    Hi All:

    How to make module positions user 13-16 have white background?

    TIA

    TomC Moderator
    #429851

    Greetings Tia:

    In order to best assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager–General Settings.

    latino07 Friend
    #429853

    Hi:

    Site url is: http://www.politicaboricua.com. I want to make withe the bottom ares of this link:
    http://www.politicaboricua.com/sondeos-encuestas-politica-boricua-elecciones.html?layout=home

    Thanks!

    🙂

    TomC Moderator
    #429855

    Do you have some kind of “right click” restriction set on your site?

    latino07 Friend
    #429856

    Hi:

    Sorry, please try again.

    TomC Moderator
    #429857

    Open your template.css file (within path /templates/ja_kranos/css/template.css)

    at line 889, you should see the following . . .


    * Bot spotlight ---*/
    #ja-topsl1 .main, #ja-botsl .main { padding: 0; background: #1a1a1a; color: #888; }

    [FONT=arial]change as follows . . .


    * Bot spotlight ---*/
    #ja-topsl1 .main, #ja-botsl .main { padding: 0; background: #fff; color: #888; }


    SAVE CHANGES . . . . CLEAR CACHE . . . . REFRESH PAGE

    Let me know if that works for you.

    [/FONT]

    latino07 Friend
    #429860

    Hi:

    Thank you very much! will try that.

    🙂

    latino07 Friend
    #429861

    Hi:

    Ok it works. Now the problem is the white color for module title. How I can make module title shown in black?

    Thanks again!

    TomC Moderator
    #429867
    Open your template.css file (within path /templates/ja_kranos/css/template.css)

    at line 896, you should see the following . . .


    #ja-topsl h3, #ja-topsl1 h3, #ja-botsl1 h3, #ja-botsl h3 {
    margin: 0 0 10px;
    color: #fff;
    }




    [FONT=arial]If you want the title to be black (for example), change as follows:
    [/FONT]



    #ja-topsl h3, #ja-topsl1 h3, #ja-botsl1 h3, #ja-botsl h3 {
    margin: 0 0 10px;
    color: #000;
    }

    [FONT=arial]You can also play around with the size of the title by playing around with the following CSS rule at line 524:


    [/FONT]

    div.ja-moduletable h3, div.moduletable h3, .ja-accordion-title {
    font-size: 116%;

    text-transform: uppercase;
    font-weight: 700;
    }


    [FONT=arial]
    bear in mind, however, that if you change the font size in the above CSS rule, it will affect all text items associated with “
    moduletable h3″ – hence the “cascading” in “cascading style sheets.” 😎

    Hope that helps
    [/FONT]

    latino07 Friend
    #429869

    Thank You a Lot!!

    🙂

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

This topic contains 10 replies, has 2 voices, and was last updated by  latino07 12 years, 4 months ago.

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