Forums

[resolved] Need to edit front page of site ... (9 posts)

  1. eFliTe
    Member
    Posted 11 months ago #

    http://www.svsaz.com

    I just need to delete the text "Call" from the page. Its above the phone number and address. I have no problem editing the other pages. But can not find where this is. Can someone please point me in the right direction as I am new to WPress.

    Thanks in advance,

    -e

  2. alchymyth
    The Sweeper
    Posted 11 months ago #

    have a look into header.php of your theme

  3. eFliTe
    Member
    Posted 11 months ago #

    Current Theme

    Scottsdale Village Square 1.1 by Anonymous

    when i go to that theme in the theme editor, there is no header.php listed to edit.

    all i see are"
    "Theme Functions" (functions.php)
    "footer-widgeted" (footer-widgeted.php)
    "home" (home.php)

    there are other themes in the dropdown menu tho ...i have checked those and none of the header.php files have the word "Call" in them. Which is the word im trying to delete.

    I cant believe this is so hard. All i want to do is delete a word.

  4. thisisedie
    Member
    Posted 11 months ago #

    Is it in a widget?

  5. govpatel
    Member
    Posted 11 months ago #

    in style.css line 163 look for this code

    #header #svsaz_info h2 {
    color: #6A2B20;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;

    add
    display:none;

  6. eFliTe
    Member
    Posted 11 months ago #

    thank you gopatel ...tried that but no result

    if i go to the webpage and right click and view source ...its on line 153 in some div's ....just cant find out how to get there ... i see that the div ids are <div id="svsaz_info"> and <div id="svsaz_address"> but where are those defined??

    http://www.svsaz.com

  7. govpatel
    Member
    Posted 11 months ago #

    you need to go in edit style.css this is the path as your theme is coded differently you will need log in on server or use ftp
    http://www.svsaz.com/wp-content/themes/outreach/style.css

  8. eFliTe
    Member
    Posted 11 months ago #

    ok i loaded up dreamweaver ...navigated to /qp-content/themes/outreach/style.css on the server side. I made the entry "display:none;" into "#header #svsaz_info h2". All syntax is correct.

    When i refresh the page, no go. Same result, still being displayed.

    Someone made the entry. Why cant i just go and delete it instead of trying to hide it. Will hiding it also hide the phone number? That is not what i want. My boss said just take out the word "Call".

    http://www.svsaz.com

  9. govpatel
    Member
    Posted 11 months ago #

    if you made the change I do not see the change in style.css line 163
    #header #svsaz_info h2 {
    color: #6A2B20;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    }

Reply

You must log in to post.

About this Topic

Tags