Changing font size and type on heading

Discussion in 'ColorWay WordPress Theme' started by fdhodge, Oct 3, 2014.

  1. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Hi I have followed other similar threds to try and change the font and size of the heading text on the front page but changing the relevant css doesnt do anything and the custom.js doesnt seem to contain the relevant code you say to remove. Please can you help.
     
  2. Neeraj

    Neeraj Administrator

    Joined:
    Jan 3, 2012
    Messages:
    186
    Likes Received:
    7
    Which version of ColorWay Theme are you using ?

    Assuming, you are using the latest version of the ColorWay Theme. Here is the custom CSS code to do it. Change the font-size value to anything that you want.

    .content-info h1.title {
    font-size: 32px;
    }

    #content .one_fourth h3 {
    font-size: 20px;
    }

    Incase it doesn't works. Do post the link to your website and I will send you the right CSS code.
     
  3. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Sorry this doesnt seem to work - can I email my details ?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Do post the link to your website and screenshot of the targeted heading section.
    Thanks & Regards
    Pramod
     
  5. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    http://familydrugandalcoholsupport.co.uk/



    I want to change the size and use different fonts of the front page header text as shown in attached screenshot but also font type etc on various other pages- is this possible?

    I also want to add images as bullet points in various pages - is this possible.

    I also want to add an image into the footer with text but havent been successful...
    Any help would be great. Thanks
     

    Attached Files:

  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Your website is not live at present . Make it live we will assist you.
    Thanks & Regards
    Pramod
     
  7. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    oops sorry there you go
     
  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-info.home h2 {
    font-weight: 500;
    font-size:35px;
    font-family: "Times New Roman", Georgia, Serif;
    }
    For text of whole websites or for all pages.
    Code:
    body
    {
    font-family: "Times New Roman", Georgia, Serif !important;
    font-type:italic !important;
    }
    Please change them according to your requirement.
    Explain little bit more about your second and third issue with screenshot if possible.
    Thanks & Regards
    Pramod
     
  9. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Sorry but when I have added CSS it is not working..
     
  10. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Whatever I seem to add to CSS doesn't seem to work please can you advise.
    Other issues...

    I want to be able to add an image with aligned text in the footer area
     

    Attached Files:

  11. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Also I want to be able to change bullet points for an image in the following page:
     

    Attached Files:

  12. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    If previous CSS is not working then please use all that code with !important.

    For bullet image use below code. Please change the link of image and use small image.
    Code:
    .content-wrapper ul {
    list-style-image: url('http://www.ajals.com/img/icons/icon-contact-chat-small.png');
    }
    For adding image and text follow below link.
    http://www.inkthemes.com/community/threads/banner-near-the-bottom.14173/

    Thanks & Regards
    Pramod
     
  13. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Sorry I can't get CSS to work.
     
  14. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    If the CSS is not working in your website then please deactivate all plugins and then try all these CSS.
    If issue do not solve go for a fresh copy of theme.
    Thanks & Regards
    Pramod
     
  15. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Is there any chance you could have a look at it for me as I have had this issue previously and you helped sort it out..sorry to be a pain..
     
  16. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
  17. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Your issue have been fixed.Please visit your site.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page