• aprueter

    (@aprueter)


    Hi Im so confused on how to change the title bar text on this theme. I have thought of everyything I know but it wont change.

    http://makingovermybodyforme.com/2015/05/02/making-over-my-body-for-me/

    I am trying to change the white text that is on the green title bar to a pink color code.

    Next I am wanting to change all the side bar text to pink instead of black

    and above the title of the the blog post where it says uncatagorized, I want that pink as well

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

    martcol

    (@hotmale)

    .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/

    martcol

    (@hotmale)

    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

    martcol

    (@hotmale)

    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.