Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • xxxxmints Friend
    #186738

    Hello

    How do I change the colour of ‘view our works’ and all the headers (introducing, our portfolio etc).

    Mel

    pavit Moderator
    #489802

    Hi

    You can use the THEMEMAGIC inside your Template Manager to make changes

    or make changes directly on css file

    <blockquote>view our works</blockquote> goto /templates/ja_onepage/css/template.css around line 2326

    .hero-unit .btn-primary {
    background: none repeat scroll 0 0 #F7682C change the #F7682C with your new color
    margin-bottom: 40px;
    }

    In the same file at line 2330

    .hero-unit .btn-primary:hover {
    background: #e74b09 change the #e74b09 with your new color
    color: #fff
    text-shadow: none;
    }

    <blockquote>all the headers (introducing, our portfolio etc</blockquote>

    Same file template.css find the section relative portion of file settings

    example : Section2 then you will have

    .section2 {
    background: #fff
    color: #666
    }
    .section2 a {
    color: #F7682C
    }
    .section2 a:hover,
    .section2 a:focus,
    .section2 a:active {
    color: #e74b09
    }
    .section2 .section-title h2 {
    color: #000 <-------------This is the part to be changed
    }
    .section2 .section-subtitle {
    color: #999
    }
    .section2 h3 {
    color: #000
    }

    xxxxmints Friend
    #489803

    Thank you, that’s great.

    Mel

    xxxxmints Friend
    #489804

    Just tried it and it worked for the ‘view our works.

    Tried to do it in both theme magic and css/themes/modern/template.css and it didn’t work for the section title. Is there somewhere else?

    Mel

    pavit Moderator
    #489805

    You need to check for every section in template.css and identify wich section title you want to change color

    xxxxmints Friend
    #489812

    I did it for 3 sections. Still no go.

    xxxxmints Friend
    #489889

    If it helps someone else, it didn’t work in theme magic, but I found it in the template.css file

    .onepage .section-title h2 span {
    background: #234464
    display: inline-block;
    padding: 10px 20px;
    }

    I changed the background to the colour I needed.

    Mel

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

This topic contains 7 replies, has 2 voices, and was last updated by  xxxxmints 11 years, 7 months ago.

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