Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Car Fix Theme Changes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22735
    clinton kingston
    Participant

    Hi

    Please can I get assistance with the following change requirements:
    1. In IE I can see a word press toolbar at the top of the screen. How do I get rid of this? Its only in IE
    2. How do I change the sequence of my menus? I changed the order but it has changed. Website is http://www.powertune.co.za. I want the sequence to be Home, About Us, Services and Contact Us
    3. How do I stop the slider. I have removed slider navigation but it still slides based on the timer. I just cant stop it
    4. How do I remove the WheelWorks section?
    5. How do I change the colour of the Car A/C Inspection section and how do I get the GetQuote button to work?
    6. How do I change the footer section where it shows the address, contact and email info?

    Thank you for your help

    #22758
    Grace Themes
    Member

    Hi,

    1. The WordPress toolbar is displayed only when you login to WP admin panel.

    2. To customize the main menu Go to Appearance >> Menu
    http://www.gracethemesdemo.com/documentation/car-fix/#menu

    3. To remove the homepage slider section
    Go to the Appearance -> Editor -> style.css file
    add below css code at the end of file

    .slider-main { display: none; }
    .site-header { position: relative; padding-bottom: 100px; }

    4. To hide the homepage section
    Go to the Appearance -> Theme Options -> Sections -> Section 1 -> Hide Section

    5. To change the background color of the Car A/C Inspection section
    Go to the Appearance -> Editor -> style.css file
    add below css code

    #section6 { background-color: #cccccc !important; }

    You need to create a form and add its link for GetQuote button

    6. To customize the footer section Go to the Appearance -> Theme Options -> Footer

    Regards
    Grace Themes

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.