Pergunta

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?

Foi útil?

Solução 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.

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top