• HI,
    I am wanting to change the main green colour to another colour. Where can I change this?

    Also when I add the logo into the header the Title disappears. Is it possible to display both?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 18 total)
  • Hi,

    1) For a color change –

    Go to your theme directory and open the green.css file and replace all of the #1ABC9C color code with any color code which you want and save the changes.

    For example, in the below file we have added code #381775

    CSS file

    2) For the header logo –

    Go to your child theme directory and open header.php file and replace the code given in below link and save the changes after that.

    link

    Let us know if any query.

    Thanks.

    Thread Starter tnewt7sch6

    (@tnewt7sch6)

    The colour change worked. Just need to minimise text and re-scale logo and all should be fine.

    Thanks for your help

    Hi,

    Do you want to minimize site title text? So please use the below CSS code in custom CSS box and save the changes.

    .logo a {
        font-size: 20px;
    }

    You can change the size as per requirement.

    Let us know if any query.

    Thanks.

    Thread Starter tnewt7sch6

    (@tnewt7sch6)

    Thank you so much!
    I also want to change the dimensions of the logo?

    Hi,

    For changing the logo dimension Please go to Dashboard -> Appearance -> Customize -> Theme options -> Theme General options, here you can see the options “Logo Height” “Logo Width” set the height & width as per requirement and save the settings.

    Let us know if any query.

    Thanks.

    Thread Starter tnewt7sch6

    (@tnewt7sch6)

    Yes, unfortunately changing the logo this way does nothing? I also want to add text to the front page?

    • This reply was modified 6 years, 1 month ago by tnewt7sch6.

    Hello,

    If the above process is not working then try the below CSS code in custom CSS box and save the changes for changing the logo dimensions –

    @media(min-width:1200px){
    .header_section .logo img {
        width: 60px !important;
        height: 50px !important;
    }
    }

    You can change the height & width as per requirements.

    “I also want to add text to the front page?”

    Which text do you want to add on the front page?

    Please also let us know clearly with a screenshot.

    Thanks.

    Thread Starter tnewt7sch6

    (@tnewt7sch6)

    I just want to add the below text below the banner.

    “Professional Teachers who will inspire you to reach your musical goals!

    In every class each student will be welcomed and inspired in a nurturing environment that will not only im0orve their musical skills but also bring to life another language that can be shared across many generations. Music enhances your co-ordination, assists with memory and improves reading and comprehension. As we as producing an amazing avenue for entertainment, relaxation and just having fun.”

    That is it.

    Also the ccs for the logo doesn’t seem to be working. Thank you for all of your assistance.

    Thread Starter tnewt7sch6

    (@tnewt7sch6)

    Sorry the ccs for the logo is working. Yaaaay!

    Hello,

    Do you want the text like the below screenshot ??

    https://i.postimg.cc/GhN46XY7/Untitled.png

    If not then please let us know with a screenshot.

    Let us know, please.

    Thanks.

    Thread Starter tnewt7sch6

    (@tnewt7sch6)

    Yes, however the first line Bold.

    Professional Teachers who will inspire you to reach your musical goals!

    <p>In every class each student will be welcomed and inspired in a nurturing environment that will not only im0orve their musical skills but also bring to life another language that can be shared across many generations. Music enhances your co-ordination, assists with memory and improves reading and comprehension. As we as producing an amazing avenue for entertainment, relaxation and just having fun.</p>

    Hello,

    1) Firstly make a child theme.

    2) Copy home-slideshow.php from the main theme folder to the child theme folder and open it in the child theme directory.

    3) Paste your code –

    <p class="text-center"><b>Professional Teachers who will inspire you to reach your musical goals!</b><br>
    In every class each student will be welcomed and inspired in a nurturing environment that will not only im0orve their musical skills but also bring to life another language that can be shared across many generations. Music enhances your co-ordination, assists with memory and improves reading and comprehension. As we as producing an amazing avenue for entertainment, relaxation and just having fun.</p>

    After the code below and save the changes –

    </ol>
          <a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
          <a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
    	  <div class="enigma_slider_shadow"></div>
        </div><!-- /.carousel -->

    This will help you.

    Let us know if any query.

    Thanks.

    Thread Starter tnewt7sch6

    (@tnewt7sch6)

    Works, thankyou. Last thing we would like the header logo, title and slogan to be in line. The logo to be on the left of both the title and slogan to the right. At the moment the logo is to the left of the Title and the slogan sits under both.

    Thank you for all your assistance, you have been awesome.

    Hello,

    After inline all the three, the header will look like the below image –

    https://i.postimg.cc/3Jj6Q3cn/header.png

    Need to be a full-width header.

    If it is ok to you then please share your header.php file code to us from your child theme.

    We need to change in the header file.

    Thanks.

    Thread Starter tnewt7sch6

    (@tnewt7sch6)

    Sorry no the Confidence Character and Community is to be on the next line, however the logo spans over the 2 rows.

    logo Music Education Centre
    here Confidence, Character and Community

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Change Greenigma Theme colour’ is closed to new replies.