• Resolved milliondollarkid152

    (@milliondollarkid152)


    On my site joshsparks.com I have a subscription box in the top right hand corner. I want to change the wording in that box. Is that possible? THanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • In your theme’s style.css find

    #menu-right h2 {
         font-size: 18px;
         margin: 8px 0 2px 0;
         font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
         font-weight: bold;
         color: #181818;
    }

    change size, weight, etc. according to taste

    Thread Starter milliondollarkid152

    (@milliondollarkid152)

    body {
    background-color:#EEE;
    font-family: Georgia, “Times New Roman”, Times, serif;
    font-size: 12px;
    list-style: square;
    }
    A:link {
    color: #60F; TEXT-DECORATION: none;
    }
    A:visited {
    color: #60F; TEXT-DECORATION: none;
    }
    A:active {
    color: #60F; TEXT-DECORATION: none;
    }
    A:hover {
    color:#390; TEXT-DECORATION: none;
    }
    h1 {
    font-size: 18px; color: #000000; font-weight: bolder;
    }

    My style.css looks like this??

    Your style.css is located in your theme folder /wp-content/themes/zinwave/style.css
    and starts off like this:

    /*
    Theme Name: zinwave
    etc
    etc
    © 2009, Web Hosting Fan. All rights reserved.
    */

    find #menu-right h2 somewhere below that and make changes

    If you want to change the actual text in there then it looks like it will be in your themes sidebar.php file. If not it could be a widget, so check in the dashboard under Appearance and Widgets.

    Thread Starter milliondollarkid152

    (@milliondollarkid152)

    I found it.. Got it taken care of and made some notes! Thanks for the help guys!!!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Subscribe box’ is closed to new replies.