Viewing 7 replies - 1 through 7 (of 7 total)
  • David_G

    (@questas_admin)

    As long as you have right clicks blocked, good luck.

    function clickIE4(){ if (event.button==2){ return false; } }

    Thread Starter aprueter

    (@aprueter)

    Ok but how do I change the actual colot

    .page-title, .widget-title, .widget-title a, .entry-meta .cat-links {
    color: #cc0066;
    }

    You can try that. These kind of edits should go in a child theme or use a plugin to add custom CSS.

    Thread Starter aprueter

    (@aprueter)

    Thank you that did work for the widget titles, Which is perfect!

    I still need to change the Title of the page that is white. I would like to do that a pink and then I do need to change the color code of the actual bar.

    I am putting it in Custom CSS. Are you saying that I can dounload a plug in to help with CSS?

    http://makingovermybodyforme.com/2015/05/03/day-1-mayweather-vs-pacquiao-temptations/

    So make it like this:

    #site-title a, .page-title, .widget-title, .widget-title a, .entry-meta .cat-links {
    color: #cc0066;
    }

    If I understand you correctly, try this:

    .hgroup-wrap {
    background-color: blue;
    }

    Add your own HEX value instead of “blue”

    If your theme has the function to add custom CSS then stick with that.

    Thread Starter aprueter

    (@aprueter)

    Thank You so much!

    I only have one more thing that is driving me crazy.

    How would I change the very top greyish color and the very bottom. Also How would add in text that would say who the site was created by

    I can’t see a grey color at the top or very bottom so I assume you have that as you want it now?

    For details of how to change the copyright details in the footer, I suggest you contact the theme developer:

    http://www.themehorse.com/support-forum/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘CSS for several things’ is closed to new replies.