How do I change the Font Color and Button on OnePage Slides

Discussion in 'One Page Pro WordPress Theme' started by hobits, Apr 26, 2016.

  1. hobits

    hobits New Member

    Joined:
    Apr 14, 2016
    Messages:
    11
    Likes Received:
    0
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Customize->Theme Setting->Custom Setting -> Custom CSS section) of your dashboard.
    Code:
    .slider_caption h2 {
        color: black;
    }
    .slider_caption p {
        color: blue;
    }
    .slider_caption .slider_button {
        background: black;
    }
    NOTE: Change color as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. hobits

    hobits New Member

    Joined:
    Apr 14, 2016
    Messages:
    11
    Likes Received:
    0
    Perfect!

    That worked...but I thought I was going to be able to do RGB numbers, I can only do colors? yellow, red, black, etc.?
    Also, how can I change the size of the h2? and make the subheader bold?

    Thank you
     
  4. priya

    priya Guest

    Hello,

    Yes, you can use RGB numbers as well..like..
    Code:
    .slider_caption h2 {
        color: rgb(0,0,0);
    }
    Here's the link of HTML Color Codes for you:

    http://www.rapidtables.com/web/color/html-color-codes.htm

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. randmfi

    randmfi New Member

    Joined:
    May 12, 2016
    Messages:
    5
    Likes Received:
    0
    Hello!
    I have a similar question regarding the font sizes and actual fonts in sliders.
    Even though I try to make changes in the typography section, I'm not able to make the subheader text bigger or bold.

    Furthermore I can't find the menu path you mention above to enter the custom css in the theme customisation menus.

    Please advice!
    Thanks!
     
  6. priya

    priya Guest

    Hello,

    For your 1st issue,

    Please provide us 'URL' of your site along with some edited screenshot of the concerned area so that we can better assist you?

    Regarding the second issue,

    I am sorry, actually, that was my mistake..I just corrected the path above, please have a look.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page