customizing a feed with CSS
aprilcodes
Registered Users Posts: 5 Beginner grinner
Hello,
I am working on
http://atlantaeventphotography.smugmug.com/
On the left sidebar there's a feed (added under Add Content Block > Social > Feed). I have turned on Description only, because it includes a link to the gallery. I turned off Date & Title.
My goal is to show the Title only (with or without photo), and to make the Title link to the actual gallery. By default the Title links to the homepage (that seems counter-intuitive) but within the Description, the same words are shown again and they link to the gallery.
Two questions -
1 - Is there any way to omit parts of this description? I think the reference to this feed in the source code is:
<script src="http://cdn.smugmug.com/include/js/smugpage/core-bottom-f8f7961ed34f1a1650c0e085951223e0.js">Plus two more tags like this. I can't "get into" this code to manipulate it any deeper, as far as I know.
2 - How do I add a:hover to change the hover color of this link (or any link)?
Thanks so much!
I am working on
http://atlantaeventphotography.smugmug.com/
On the left sidebar there's a feed (added under Add Content Block > Social > Feed). I have turned on Description only, because it includes a link to the gallery. I turned off Date & Title.
My goal is to show the Title only (with or without photo), and to make the Title link to the actual gallery. By default the Title links to the homepage (that seems counter-intuitive) but within the Description, the same words are shown again and they link to the gallery.
Two questions -
1 - Is there any way to omit parts of this description? I think the reference to this feed in the source code is:
<script src="http://cdn.smugmug.com/include/js/smugpage/core-bottom-f8f7961ed34f1a1650c0e085951223e0.js">Plus two more tags like this. I can't "get into" this code to manipulate it any deeper, as far as I know.
2 - How do I add a:hover to change the hover color of this link (or any link)?
Thanks so much!
0
Comments
http://www.w3schools.com/css/css_link.asp
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Regarding my other question, is there any input? I asked SmugMug and they said they tried to isolate parts of the description but it broke the code. They said to ask on dgrin . Original question:
"On the left sidebar there's a feed (added under Add Content Block > Social > Feed). I have turned on Description only, because it includes a link to the gallery. I turned off Date & Title. My goal is to show the Title only (with or without photo), and to make the Title link to the actual gallery. By default the Title links to the homepage (that seems counter-intuitive) but within the Description, the same words are shown again and they link to the gallery."