Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Change font color in Header? #20507
    leparaplui3
    Member

    disregard my last post…didn’t realize all along I had been making changes to the template :O Thanks for all your help and for working on this theme! Will be sure to donate! 🙂

    in reply to: Change font color in Header? #20505
    leparaplui3
    Member

    Hi Sakin,
    Thanks for your quick reply. Does it need to go in any particular order? ie. before or after
    }
    h1#site-title {
    font-size: 60px;
    font-family: ‘Bodoni’;
    font-weight:normal;
    padding-bottom:0px;
    }

    I’m completely new to coding :/

    in reply to: Change font color in Header? #20500
    leparaplui3
    Member

    Hi Sakin,
    I’ve tried including the css code you mentioned above so that the color of the title is white but nothing has changed. (It only turns white when you hover over it) I’ve also tried adding

    h1#site-title a {
    color: #faf5f5;
    }

    between h1#site-tile font size, family etc so it looks like this:

    }
    h1#site-title {
    font-size: 60px;
    font-family: ‘Bodoni’;
    font-weight:normal;
    padding-bottom:0px;
    }

    h1#site-title a {
    color: #faf5f5;
    }
    h1#site-title a {
    line-height:54px;
    }
    h1#site-title a:hover {
    color: #666;
    }
    h2#site-description {
    font:14px Arial, Helvetica, sans-serif;
    color:#666;
    padding:8px 0 0 0;
    }

    Thanks in advance for your help! url: http://alladventurousdo.com/

Viewing 3 posts - 1 through 3 (of 3 total)