문제

I took over a website about 6months ago and am having a bit of difficulty finding WHERE items are defined at times.

I am trying to edit http://www.mercurymosaics.com/mosaic-classes/

On the right there is a section that says: "View Calendar Beginner and Advanced Classes"

I want it to say "View Calendar Beginner Classes"

but can seem to FIND this content to edit. Any help?

도움이 되었습니까?

해결책 2

found the boxes are defined in their own area which was linked in the main page above. so I had to sort through a few "see this one" "see this other one" but found it.

다른 팁

search for the following html in your files:

<h3>View Calendar</h3>

as that is what that section will look like in code. Just underneath that line you will find the verbiage you want to edit.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top