Theme color

Discussion in 'Blackriders WordPress Theme' started by steammaster, Aug 24, 2013.

  1. steammaster

    steammaster New Member

    Joined:
    Mar 26, 2012
    Messages:
    12
    Likes Received:
    0
    How do I change #18B3D4 for the main theme color for BlackRider
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    For changing theme color, Go to css > color > red.css and follow the instruction as shown in image given below

    [​IMG]

    Now,
    Go to
    Appearance > Theme Option > Styling Option > Theme Stylesheet
    and select red color from there.

    See the link for reference.
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/

    I hope this will help you.
     
  3. steammaster

    steammaster New Member

    Joined:
    Mar 26, 2012
    Messages:
    12
    Likes Received:
    0
    1. Still unclear with the answer on changing color on main theme.
    Do I change every single highlighted color you listed in purple to #18B3D4 ?

    2. What is we want to completely remove the lead capture form on the main page and replace with a plug-in stimulator? http://mobilizingvail.com/?page_id=377&preview=true
     
  4. steammaster

    steammaster New Member

    Joined:
    Mar 26, 2012
    Messages:
    12
    Likes Received:
    0
    Nitesh,

    Please help with replacing the lead gen form with this on the main page.
    [mobilesimulatorpro sim="single"]
    I copied the code you gave and pasted exactly after removing the code I placed early to hide the lead gen form.
     
  5. Nitesh

    Nitesh Support Staff

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

    Hello,

    Yes you can change purple highlighted color to the color you want.
    And also you can edit theme color images through images directory.
    Theme directory > images

    For lead form
    I have checked your site and i think you have done it by yourself.
    Please do let me know if issue still exist.
     
  6. steammaster

    steammaster New Member

    Joined:
    Mar 26, 2012
    Messages:
    12
    Likes Received:
    0
    Nitesh, thanks for your response. Going to ask if you can suggest how I can move the mobile (simulator) on the main page www.mobilizingvail.com
    to the left more and up more so it is not crowding to the right. Thank you in advance.
     

    Attached Files:

  7. 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:
    .caption {
    right: 19%;
    top: -18%;
    }
    Adjust its value as per your requirements.
     

Share This Page