• Resolved eFliTe

    (@eflite)


    https://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

Viewing 8 replies - 1 through 8 (of 8 total)
  • have a look into header.php of your theme

    Thread Starter eFliTe

    (@eflite)

    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.

    Is it in a widget?

    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;

    Thread Starter eFliTe

    (@eflite)

    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??

    https://www.svsaz.com

    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
    https://www.svsaz.com/wp-content/themes/outreach/style.css

    Thread Starter eFliTe

    (@eflite)

    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”.

    https://www.svsaz.com

    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;
    }

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Need to edit front page of site …’ is closed to new replies.