Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • mberwing Friend
    #187635

    I want to change the container background color for all my titles that have been set to visible but I did not find the way how to change it.
    In file ja_onepage/css/custom.css I have added line:

    .our_portfolio .container {
    background: #26a7e0
    }

    and wanted to change it for happy_clients and awesome_team as well …

    but it does not have any effect and color not changed.

    I even updated the main file template.css before with background color for container – but it does not work.

    Can someone help me.


    1. 2013-05-20_1443
    pavit Moderator
    #493413

    Hi

    The container for the 2 modules happy_clients and awesome_team has already a style,defined respectively in the template.css file

    happy_clients = module suffix – clients section5
    awesome_team = module suffix – team section4

    the relative css class can be changed in the template.css file

    .section4 {
    background: #fff
    color: #666
    }
    .section4 a {
    color: #f7682c
    }
    .section4 a:hover,
    .section4 a:focus,
    .section4 a:active {
    color: #e74b09
    }
    .section4 .section-title h2 {
    color: #000
    }
    .section4 .section-subtitle {
    color: #999
    }

    Clearly if you are using specifing theme then you need to find the settings in the template.css for the theme in /templates/ja_onepage/css/themes/your-theme/template.css

    mberwing Friend
    #493528

    Hello,
    I have changed the color values in the respective template.css for the style we are using, but nothing is changing.

    If I add the same on custom.css …..same result. Nothing changed

    pavit Moderator
    #493530

    Hi

    Could you post a link to your page ?

    mberwing Friend
    #494109

    http://www.mueller-gewerbe-wohnbau.de/index.php

    As you can see the boxes are still color organge

    Saguaros Moderator
    #494131

    Hi mberwing,

    Please check my PM and help me to access your site so that I can check for you.

    Regards

    mberwing Friend
    #495697

    Saguaros,

    thanks a lot ….the information in PM solved my issue:

    The style for that heading is defined here: /templates/ja_onepage/css/themes/modern/template.css

    Around line 3229:

    Code:
    .onepage .section-title h2 span {
    background: none repeat scroll 0 0 #E54E19 ——> changed with my color
    display: inline-block;
    padding: 10px 20px;
    }

    Thanks

    steveross Friend
    #495834

    firebug will do the job. inspect the element and you are close to the solution for css editing.
    best regards from vienna 🙂

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

This topic contains 8 replies, has 4 voices, and was last updated by  steveross 10 years, 11 months ago.

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