Black Riders theme - changes to Home Page

Discussion in 'Forum Rules' started by ajayjob, Apr 6, 2015.

  1. ajayjob

    ajayjob New Member

    Joined:
    Mar 25, 2015
    Messages:
    14
    Likes Received:
    0
    Location:
    Croydon, Surrey, UK
    Hi there.
    Enjoying learning how to customize the theme, etc and the various Forum threads are very useful for the Custom CSS elements I have used to sort out issues - thanks.
    1. I need to change the font and size of the Main Title on the Home page and to centralize it - how do I do this please?
    2. Also need to change the color and font of the titles of the Home page feature buttons?
    3. Finally, will all the changes I am making via Custom CSS be lost when I upgrade to the Pro version template which I have purchased?
    Thanks for all your help and support - cheers.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, ajayjob!

    1> & 2>Could you please provide us URL of your website along with some edited screenshot of your issue so that so that we can assist you accordingly?

    3>You are requested to create a backup of your custom CSS in a text file because the custom CSS might be lost when you will upgrade to PRO version template.


    Thanks,
    Praveen
     
  3. ajayjob

    ajayjob New Member

    Joined:
    Mar 25, 2015
    Messages:
    14
    Likes Received:
    0
    Location:
    Croydon, Surrey, UK
    Hi Praveen

    URL is http://www.relicdistribution.co.uk/ and thanks i will back up the Custom CSS prior to upgrading to the Pro version

    All my queries above are on the Home Page - the Main Page Title is
    Relic Distribution Ltd

    Relic Distribution Ltd. which I would like to make bigger and centralize, and

    London's Leading Leaflet Distribution Service

    which I would like to centralize under under the above.

    Also the Feature Titles are in Orange like Contact Us - need to change the color for that please
    Contact Us


    An extra issue - how do I change the fonts being used on all the pages to Arial please - do not like the default font used.

    Thanks
    Ajay Job
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Ajay Job!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .logo {
      float: right;
    }
    h1#site-title {
      text-align: center;
      font-size: 30px;
    }
    h6.feature_title a {
      color: green !important;
    }
    body, div, p, a, ul, li, span, h1, h2, h3, h4, h5, h6 {
      font-family: arial !important;
    }
    Thanks,
    Praveen
     
    ajayjob likes this.
  5. ajayjob

    ajayjob New Member

    Joined:
    Mar 25, 2015
    Messages:
    14
    Likes Received:
    0
    Location:
    Croydon, Surrey, UK
    Thanks a lot Praveen - all changes above worked great!
    I have one more request please - how do I change the color and font / style for the Tagline on the Homepage?
    Cheers
    Ajay Job
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Ajay Job!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    h2#site-description {
      color: rgb(110, 105, 105);
      font-family: normal !important;
    }
    Thanks,
    Praveen
     
  7. ajayjob

    ajayjob New Member

    Joined:
    Mar 25, 2015
    Messages:
    14
    Likes Received:
    0
    Location:
    Croydon, Surrey, UK
    Hi Praveen

    I just upgraded my BlackRiders theme to Pro version using FTP to copy files in from my zip file as you recommended. All is OK except the Page Header is not taking the Site Title and Tagline as entered.
    Also can you please tell me how to remove the Lead Capture Form altogether - thanks. Can I use that on another page?

    Best Regards
    Ajay
     
  8. ajayjob

    ajayjob New Member

    Joined:
    Mar 25, 2015
    Messages:
    14
    Likes Received:
    0
    Location:
    Croydon, Surrey, UK
    Hi Again
    I have managed to remove the Lead Capture form by using a solution you provided to someone else using Custom CSS - would still like to use it on another page if possible - thanks
    Regards
    Ajay
     

Share This Page