Home page H1, H2, H3,

Discussion in 'RoadFighter WordPress Theme' started by medinachaz, Jan 23, 2014.

  1. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    Hi guys, for most of the themes I use by you I do most of the editing on the "frontpage..php" And I make most of the edits of the front page there. Roadmasters frontpage is blank and I'm trying to reposition the featured area and other things like that and don't know where to start. Thank guys!!!
     
  2. Nitesh

    Nitesh Support Staff

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

    To initiate just go to the
    Dashboard > Appearance > Theme options and add your contents, links and images at this penal.
    For more detailed info please download roadfighter theme pdf documentation from your members area.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    There was another issue I was having. I was trying to edit the size of the thumbnail on the featured area of the post on the home page. It's

    RedCastleWebDesign.com

    The black bar shows at the lower right.
     
  4. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    I was also wanting to make the thumbnail larger please.
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .featurebox .blog_item img {
    width:300px;
    height: 250px;
    }
    .featurebox .blog_item {
    width: 300px;
    }
    Adjust its value as per your requirements.


    Thanks & Regards
    Gourav Shrivastava
     
  6. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    Thank you. Last, I was also trying to stop the animation on the image on the lower right that turns the image white. It's the featured area next to the contact form. I was hoping you could help me stop the color changing. Thanks!
     
  7. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    I was also trying to break the link on the whole feature area as well. Thank you.
     
  8. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    I'm also trying to break the links on the featured area as well.
     
  9. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
     
     
    .featurebox{
    pointer-events: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page