• Resolved craigdcfc

    (@craigdcfc)


    Hi again,

    I’d just like to say a massive thank you for your beautiful theme and letting people use the Lite edition free, very much appreciated.

    Your support has been top class, but I am very picky with my website, as I’m sure you know and understand it is the online face to my company! Would you be able to help me with the following:

    – How can I change the green colour on buttons and secondary headers etc. to another colour? Is it possible to do it all in one go?

    – How can I align the ‘about’ section of text to centered, as it seems to be the only section of text not centre aligned!

    – The ‘What We Do’ entire text section, can the text size be increased, as is rather small at the minute!

    – How can I delete the second to last footer? (About, Quick Nav, Follow Us, Latest Posts)

    – How can I change the text in the footer? Not just the copyright bit.

    I am definitely going to purchase this theme and probably all your PRO themes soon, I’m just waiting to get my business up and running as little cost as possible at the moment!

    Just to let you know for your reply, I am definitely not a WordPress or code master, but I do know the basics such as deleting and adding copied and paste test in the correct place with instructions from yourself!

    I look forward on your response and would just like to say again, I really appreciate the theme and your fantastic support.

    Many Thanks,
    Craig

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Craig,

    thanks for choosing our theme.

    – How can I change the green colour on buttons and secondary headers etc. to another colour? Is it possible to do it all in one go?

    Yes, it’s possible. Just add the following to your style.css:

    body .btn-cta-intro,
    .section-heading span {
    background-color: #YOUR_COLOR_IN_HEX_FORMAT;
    border: 2px solid #YOUR_COLOR_IN_HEX_FORMAT;
    }

    – How can I align the ‘about’ section of text to centered, as it seems to be the only section of text not centre aligned!

    Easy – just add this to your style.css

    #about { text-align: center; }

    – The ‘What We Do’ entire text section, can the text size be increased, as is rather small at the minute!

    Yes. For the text string ‘What we do’, add this to your style.css

    #intro h4 {font-size: 16px; }

    For the text box titles, enter this in your style.css

    .intro-service-title { font-size: 18px; }

    For the text box paragraph, enter this in your style.css

    .intro-service-text {font-size: 18px !important; }

    Feel free to play around with the font-size px values above.

    – How can I delete the second to last footer? (About, Quick Nav, Follow Us, Latest Posts)

    Easy. Go to Customize -> Widgets and place an empty text widget inside the footer sidebars (labeled Footer Sidebar #1-4).

    – How can I change the text in the footer? Not just the copyright bit.

    Wait for an update on this one. We’re actually working on something that will make changing that bit of text there as easy as a single click ??

    P.S: Before starting to implement these changes, please have a look here: https://docs.machothemes.com/article/34-how-to-create-a-child-theme.

    It’s best if you can place all these tweaks inside a child theme so you don’t loose the ability to update.

    Thanks,
    Cristian.

    Hi,

    Great theme! I am trialing the lite version at the monent.

    How do I add the text ‘Menu’ to the left of the menu icon in the header section?

    Many thanks,

    ESD

    Hi ESD,

    Have a look here: https://bitbucket.org/machothemes/pixova-lite/src/5e424bfc06100bf014478893f71e6265c24114cd/sections/section-header.php?at=master&fileviewer=file-view-default#section-header.php-20

    Add your text before L20 in that file.

    Please note that making this change to Pixova Lite, will require additional CSS customisation to make it look good.

    Also, there are 3 more files that need this modification:

    1. section-header-archive.php
    2. section-header-single.php
    3. section-header-page.php

    Thanks for choosing Pixova Lite.

    Cristian.

    Thread Starter craigdcfc

    (@craigdcfc)

    Hi Christian,

    I have created the child theme and have put the first one in and the text is now aligned and working fine. But it seems the others aren’t working?

    It looks like this

    /*
    Theme Name: Pixova Lite Child
    Template: pixova-lite
    Author: Child Theme Configurator
    Version: 1.0.1453923787
    Updated: 2016-01-27 19:43:07
    */
    
    @charset "UTF-8";
    
    #about { text-align: center; }
    
    #intro h4 {font-size: 16px; }
    
    .intro-service-title { font-size: 18px; }
    
    .intro-service-text {font-size: 18px !important; }

    Am I doing it wrong?

    Thanks Again

    Thread Starter craigdcfc

    (@craigdcfc)

    Also I am needed all the text and buttons such as the contact in a different colour, could you tell me the code I need to change them easily? Thank you!

    Hi Cristian,

    Many thanks for the link, I shall work on it.

    Cheers,

    ESD

    Hi ESD,

    no problem ??

    Cristian.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Big Help’ is closed to new replies.