Couple of queries on amending the Roadfight theme

Discussion in 'RoadFighter WordPress Theme' started by pattersp1977, Oct 8, 2013.

  1. pattersp1977

    pattersp1977 Member

    Joined:
    Sep 2, 2013
    Messages:
    41
    Likes Received:
    0
    Dear Support team

    I have recenlty purcchased the roadfighter theme and I am interested in amending it to look more close in design to the attached file.

    Can you please advise me on the following:

    1. It is possible to change the font on the theme (if so - how can I do this)
    2. It is possible to change the colour of the fonts on the home page to white (how can I do this including the main heading and headings of the feature areas
    3. Is it possible to remove the shadow under the slider images (if so, how do I do this)
    4. Is it possible to change the body colour to grey (i have done this and you can view it at www.p2pmarketing.ie). However the feature boxes dont appears well over the treay background. Can I amend them?
    5. If it possible to change the footer widget area to white (if so, how can I do this)

    Thanks in advance for you help.

    Pat.
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1, 2) For font size and color you need to remove cufon from the theme.
    Go to the Theme directory > js > custom.js

    cufon.png

    After that Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-content-text h3 a {
    font-size: your font size;
    color:your color value;
    }
     
    .feature_testimonial p {
    font-size: your font size;
    color:your color value;
    }
     
    .feature_testimonial h2{
    font-size: your font size;
    color:your color value;
    }

    3)
    Code:
    .slider-wrapper {
    background: none!important;}
    
    4)
    Code:
    .home_container {
    background: grey;
    }
    5)
    Code:
    .footer_container {
    background: none!important;}
     
    .footer .footer_widget h4 {
    background: none!important;}
    
     

Share This Page