Changing Color in widget and H4 tag font

Discussion in 'Infoway WordPress Theme' started by bikelivingston, Apr 3, 2013.

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

    bikelivingston New Member

    Joined:
    Apr 2, 2013
    Messages:
    6
    Likes Received:
    0
    3 questions

    1. I changed the theme color to one of the green colors, but it did not change the the line and triangle in the widgets on the homepage and inside pages. How do i change that color?

    2. also dealing with the first question, one of the widgets is a news/blog posts widget. The rollover is orange with an orange Arrow, how do i change that color?

    4. how do i change the font to the H4 tag in the bottom footer widgets?

    thank you for your time and help
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For your First and Second issue we will resolved it in our next updation of this Theme.

    For your Third issue,
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .footer .footer_widget h4 {
    font-family: symbol;
    font-size: 20px;
    }
    Inplace of "symbol" you can put your font and put the value of font-size as per your requirement.
     
  3. bikelivingston

    bikelivingston New Member

    Joined:
    Apr 2, 2013
    Messages:
    6
    Likes Received:
    0
    I fixed the third issue, thank you.

    So for the first two issue what can i do till you have the update ready?
    Is the line and arrow a graphic? I can change that graphic if needed. I am using the green theme and the orange looks bad with the green.

    For the rollover, can i just do a custom CSS to change the rollover?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    We are working on your issue and inform you after such update.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .sidebar ul li a:hover{
    color:green;
    }
     
  5. bikelivingston

    bikelivingston New Member

    Joined:
    Apr 2, 2013
    Messages:
    6
    Likes Received:
    0
    thank you
     
Thread Status:
Not open for further replies.

Share This Page