Forum Replies Created

Viewing 3 posts - 41 through 43 (of 43 total)
  • Author
    Posts
  • in reply to: Link Color #2192
    ronmerk
    Participant

    Actually I fixed it by using a declared statement in the specific page for the link reference I wanted:

    “<a class=”specialLink”/a>

    Then I added the following in the theme custom CSS style box

    a.specialLink:link { color: blue; }
    a.specialLink:hover { color: blue; }

    Hopefully this will help some one else looking to do something similiar

    Ron

    in reply to: Link Color #2191
    ronmerk
    Participant

    So you can see the CSS changes I’ve implemented:

    Here are the modifications to the CSS

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #999999;}
    #header .social-search form.searchform {display:none;}

    Here are the changes in my style CSS file in the child theme director

    h1#site-title {
    font-size: 45px;
    font-family: ‘Helvetica’;
    font-weight:normal;
    color:#999999;
    padding-bottom:0px;

    }
    h2#site-description {
    font:14px Arial, Helvetica, sans-serif;
    color:#999999;
    padding:8px 0 0 0;

    in reply to: Remove search at top right of page #2025
    ronmerk
    Participant

    This is what worked for me (in the custom CSS field – theme options)

    #header .social-search form.searchform {display:none;}

    Ron

Viewing 3 posts - 41 through 43 (of 43 total)