widgets color change

Discussion in 'VideoCraft WordPress Theme' started by 99beam, Dec 3, 2015.

Thread Status:
Not open for further replies.
  1. 99beam

    99beam New Member

    Joined:
    Nov 10, 2015
    Messages:
    28
    Likes Received:
    0
    Hello

    I would like to know the CSS codes for changing widgets TEXT color and widgets TITLE color - both.

    Thank you.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site along with some edited screenshot of the concerned area 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 & Regards!
    Priyanka
    InkThemes.com
     
  3. 99beam

    99beam New Member

    Joined:
    Nov 10, 2015
    Messages:
    28
    Likes Received:
    0
    Thank you for your response. Please find attached screenshot. I want to change the color of the widget title "Video category" right now its dark grey color a also the text color under it, for example, PHP tutorial, OS installation etc.
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    Please provide us your site URL..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. 99beam

    99beam New Member

    Joined:
    Nov 10, 2015
    Messages:
    28
    Likes Received:
    0
    I tried using
    widget-title { color: #FC9F00; }
    But did not work.
     
  6. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sidebar h3 span {
        color: blue !important;
        font-size: 25px;
    }
    .sidebar ul li, .sidebar ul li a {
        font-size: 20px;
        color: red !important;
    }
    NOTE: Change color and font-size as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. 99beam

    99beam New Member

    Joined:
    Nov 10, 2015
    Messages:
    28
    Likes Received:
    0
    Perfect ! That works.

    Another one I want to change is :

    the color of the BORDER of the "video search" bar (right now its very light in color ? pic attached - border1.png.
    I want to change the color of the border to darker color (result.png attached).
    Could you please give me the CSS code.
    Thank you
     

    Attached Files:

  8. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .searchform input[type="text"] {
        border: 4px solid gray !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  9. 99beam

    99beam New Member

    Joined:
    Nov 10, 2015
    Messages:
    28
    Likes Received:
    0
    Excellent ! thanks
     
Thread Status:
Not open for further replies.

Share This Page