Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • raffi3438 Friend
    #169342

    Hello, is that you know how to:
    – Change the background color of the page
    – Change the color of links
    – Change the color of section titles
    – Change the color of the menu when moving the mouse over a menu link
    – Change the color of the menu
    thank you

    pavit Moderator
    #417113

    Hi raffi3438

    Can you post a screenshot with the description of your requests ?

    Thanks

    John Wesley Brett Moderator
    #417292

    Raffi,

    All of this is contained in your template’s primary CSS file.

    ..templates/ja_minisite/css/template.css

    [FONT=arial]For instance, changing the color of the menu – goto line 536
    and change the image…[/FONT]
    #ja-mainnav .main {
    background: url("../images/bgd_nav.gif") repeat-x scroll 0 0 transparent;
    }

    [FONT=arial]As you’ve amassed more than 200+ downloads, I’m fairly sure you probably know how to update/change/modify a CSS file.
    But if you have a particular issue please provide us with the URL of your site and what you are wanting to achieve!

    Thank you!
    Have fun.[/FONT]

    raffi3438 Friend
    #417295

    Thank you and how change the color of the background of the page?
    And how change the color of titles of articles?
    Thank you

    John Wesley Brett Moderator
    #417297

    <em>@raffi3438 273476 wrote:</em><blockquote>Thank you and how change the color of the background of the page?</blockquote>

    There are SEVERAL backgrounds on a page. JA Slideshow background, Menu backgrounds, Module backgrounds, article backgrounds, container backgrounds.

    I’m going to assume you mean container background…meaning the background behind all other backgrounds.
    And for that, there is not one as it is white. But to change it from white to some other color, you can add code below in red.

    …/templates/ja_minisite/css/template.css – line 22

    body#bd {
    background: none repeat scroll 0 0 #000000;
    color: #000000;
    font-size: 12px;

    }


    [FONT=arial]This will change the deepest (the one farthest behind all others) background to BLACK…and thus showing you all the other backgrounds you’ll have to change in WHITE.
    [/FONT]


    <em>@raffi3438 273476 wrote:</em><blockquote>
    And how change the color of titles of articles?</blockquote>

    Again, it is in the SAME FILE!
    …/templates/ja_minisite/css/template.css – line 72

    h1.componentheading, .componentheading, .contentheading {
    color: #222222;
    font-family: 'BebasNeueRegular',Arial,sans-serif;
    font-size: 400%;
    font-weight: normal;
    line-height: 100%;

    }

    If you are working with a K2 article…then it is in the K2.css file!
    …/templates/ja_minisite/css/k2.css – line 72


    div.itemHeader h2.itemTitle {
    color: #222222;
    font-family: 'BebasNeueRegular',Arial,sans-serif;
    font-size: 400%;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 5px;

    }

    If you will take the time to look through the CSS file, you’ll find all sorts of changes you can make.

    Have fun.
    John.

    raffi3438 Friend
    #417300

    thank you very much

    John Wesley Brett Moderator
    #417301

    Anytime!

    Would love to see your work when you are through.
    John.

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

This topic contains 7 replies, has 3 voices, and was last updated by  John Wesley Brett 12 years, 11 months ago.

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