If you go to my site at www.elitevg.com you will notice in my carousel with all the video games located there, under it says XboX360. I can edit all of the text except for the XboX360 portion. Does anyone have any ideas on how to fix this?

Comments

VM’s picture

I don't see the text you describe in the carousel. I'm assuming you've sorted this out.

spovlot’s picture

Your carousel is a View called "scroll-images". Here is some of the output of the carousel.

<div class="views-field views-field-body">        
     <div class="field-content">
          <div class="wrap-text">
                <div class="text-1">XboX360</div>
                <div class="text-title">Aenean sodales dapibus massa</div>
          </div>
           <div class="view-scroll-images-link"><a href="/?q=node/57">Read more</a></div>
      </div>  
</div>

The view seems to have 3 fields. Can you look at the "body" field to see if the content is rewritten or modified?