Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • magtaf Friend
    #160991

    I have been using joomlart for several years now but I am running into a sump with this new JA T3 themes.

    For JA Social, I need to be able to solve the following on the template.

    Q1- How do I change the color of the box headings?

    Q2-I have changes the heading-bg.png and it changes the header and footer, it seems that the height of the header image is also affecting the mainmenu background. Is there a setting to adjust the color of the mainmenu color along?

    Q3- I need to change the mainmenu font to bold, calibri from and size, where can I do this easily, I am not finding it easy to change is in the template manager in admin.

    Sherlock Friend
    #379584

    Dear magtaf,

    Reagrding the Q1 And Q2 to avoid confusion kindlt acttch images show out the changes you wanted.
    About the Q3 You can open the file of templates/ja_social/css/menu/mega.css ,look for the css
    .ja-megamenu ul.level0 li.mega a.mega {
    color: #FFFFFF;
    font-family: “Segoe UI”,Arial,sans-serif;
    font-size: 110%;
    font-weight: normal;
    line-height: 40px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    }

    Here you can change the font and size as you wanted.

    magtaf Friend
    #379881

    Thanks dathq, attached are the images for Q1 and Q2. Thanks


    1. Question-2
    2. Question-1
    Sherlock Friend
    #380016

    Dear magtaf,

    Q1- How do I change the color of the box headings?
    You can open the file of templates/ja_social/images/grad-d1.gif using your image tool and change it’s color,I think that would help.

    Q2 -I have changes the heading-bg.png and it changes the header and footer, it seems that the height of the header image is also affecting the mainmenu background. Is there a setting to adjust the color of the mainmenu color along?
    Open the file of templates/ja_social/css/template.css,Look for the css
    #ja-mainnav {
    background: url(“../images/trans-bg.png”) repeat scroll 0 0 transparent;
    border-top: 1px solid #4FAED2;
    }
    You can change the background color here,For example change to the red background like this
    #ja-mainnav {
    background: url(“../images/trans-bg.png”) repeat scroll 0 0 red;
    border-top: 1px solid #4FAED2;
    }

    I hope these would help.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 13 years, 8 months ago.

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