Unique blog title possible?

Discussion in 'RoadFighter WordPress Theme' started by mouseclubhouse, Jun 25, 2015.

Thread Status:
Not open for further replies.
  1. mouseclubhouse

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    On my website I have a blog, by creating a page called Blog and using the Blog template.

    Is there a way I can have a graphic title appear at the top of the blog (i.e. "Scott's Blog")?
     
  2. praveen

    praveen Support Staff

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

    Could you please provide us URL of your website along with some edited screenshot of your requirement so that we can assist you accordingly?
    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks,
    Praveen
     
  3. mouseclubhouse

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    The website is shaniwolf.com and the blog is at shaniwolf.com/blog/.

    I'll attach a screenshot to show you what I mean.

    THANKS!!!
     

    Attached Files:

  4. praveen

    praveen Support Staff

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

    Thanks for the screenshot...

    Please follow the screenshot given below.
    roadfighter_add_custom_blog_page_title.png

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .custom-blog-page-title {
      margin-top: -35px;
      padding-bottom: 35px;
      text-align: center;
    }
    For your information, I am using "WP-Editor" plugin to edit files.
    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.
    After activating this plugin, you will get the same screen as shown in the screenshot.

    Thanks,
    Praveen
     
  5. mouseclubhouse

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    You guys are fantastic!! Thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page