Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #3331
    paigeohliger
    Member

    We are using Catch Mustang Pro and I have two questions.

     

    We have been able to change the post/page headlines using code that was added in the “other” forum thread,, how do I change the hoover color for those active url links from blue to orange (#ef5a29)?

     

    How do I change the color of the titles on the Homepage, they are coming from the Homepage Top Sidebar widget area. I would like to change the color of those titles from Grey to brown (#45290e) and the hoover color from blue to orange (#ef5a29) as well.

    our site is plantricious.com (it is under construction at the moment)

    Thanks!

    #3350
    Sakin
    Keymaster

    For Homepage Top Sidebar widget title you can add the following CSS in “Custom CSS” box in your theme options panel.

    #home-top-sidebar .widget-title a { color: #45290e; }
    #home-top-sidebar .widget-title a:hover { color: #ef5a29; }

    But I don’t understand what do you mean by “how do I change the hoover color for those active url links from blue to orange (#ef5a29)” . Can you tell me more details or send me screenshot.

    #3407
    paigeohliger
    Member

    I am trying to describe the side bar widget title. I would like those to be brown with the orange hoover as well. That would be their color everywhere they appear. In the sidebar and on the home page. See attached screen captures.

    #3412
    Sakin
    Keymaster

    @paigeohliger: You can remove the old css that I gave you and replace that with the following one

    .widget-title a { color: #45290e; }
    .widget-title a:hover { color: #ef5a29; }

    #3413
    paigeohliger
    Member

    That was one of the first things we tried. It did not work for us and the above did not work either for the widgets. We are using the “Archive” widget and the “Events List Widget” in the General Sidebar.

    At this point, they remain grey with the blue hover throughout the site (homepage and side bar)

    Thoughts?

    #3414
    Sakin
    Keymaster

    @paigeohliger: Can you send me your site URL and also did you added that in “Custom CSS” box in Theme Options or in Style.css .Don’t add in style.css

    #3416
    paigeohliger
    Member

    In the “Custom CSS” box in Theme Options. I will take off the “coming soon” for now, until you have had a chance to review it.

    http://plantricious.com/

    #3417
    Sakin
    Keymaster

    @paigeohliger: It looks file all the widget title with link color as #45290e and link hover as #ef5a29. But if you want to add the color for normal widget title without link then replace the previous css and add the following css in “Custom CSS” box in Theme options.

    .widget-title, .widget-title a { color: #45290e; }
    .widget-title:hover, .widget-title a:hover { color: #ef5a29; }

    #3573
    paigeohliger
    Member

    one more question, I would like to change the “Buttons” for example the Read More Buttons and Send Buttons from grey to orange (#ef5a29). Can you help?

    #3578
    Sakin
    Keymaster

    @paigeohliger: Please make the site like and then I will check your site and suggest you the css change. Post message after you have your site live.

    #3594
    paigeohliger
    Member

    it is online, thanks for your help.

    #3596
    Sakin
    Keymaster

    @paigeohliger: Here goes the css for Readmore and send button
    a.readmore, input[type="reset"], input[type="button"], input[type="submit"] { background: none #ef5a29;}

    #3603
    paigeohliger
    Member

    thank you!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Page and Post Headline Font color edit’ is closed to new replies.