• I need to modify a couple things with my website https://www.callatonic.com

    The first being…

    How do I change Portfolio Press (located at the top of the screen) to Callatonic Productions

    The second being…

    I cant seem to figure out how to place an ad on the left side under categories

    The third being…

    Why do my links not show up on the side bar under categories??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter commonforte

    (@commonforte)

    anyone???

    It can sometimes take a little while for other WordPress users to respond. Please be patient.

    1. You either need to upload a new image called logo.gif (size: 276px by 31px) to wp-content/themes/portfoliopress/images. Or, you need to edit style.css (line 22) and amend:

    #header h1 a {
    background:transparent url(images/logo.gif) no-repeat scroll left center;
    display:block;
    height:31px;
    }

    to

    #header h1 a {
    display:block;
    height:31px;
    }

    Then at line 21:

    #header h1 {
    margin:0;
    padding:0;
    text-indent:-10000px;
    }

    remove the reference to text-indent:-10000px;.

    2. If your sidebar is widget-enabled, use a text widget. Otherwise you’ll need to edit sidebar.php

    3. If your sidebar is widget-enabled, use the Links widget. Otherwise you’ll need to edit sidebar.php and add wp_list_bookmarks.

    Thread Starter commonforte

    (@commonforte)

    anyone know why when people try to comment on my posts you cant see the writing when they type???

    Thread Starter commonforte

    (@commonforte)

    anyone??

    Thread Starter commonforte

    (@commonforte)

    Esmi?? Do you have any ideas??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Editing My Theme’ is closed to new replies.