- This topic has 3 replies, 2 voices, and was last updated 9 years, 5 months ago by
Sakin.
-
AuthorPosts
-
February 13, 2013 at 2:51 am #3903
paigeohliger
Memberhello,
1. I would like to change the hover color for the Previous and Next buttons from grey to orange (#
ef5a29). Is that possible? see this page for reference: http://plantricious.com/category/recipes-and-hints/
2. On the home page the excerpts have the ellipse (…) indicating that there is more text to read. But on the Recipe page (http://plantricious.com/category/recipes-and-hints/recipes/) there is no indication of additional text to read. Is there a setting that I am missing.
February 13, 2013 at 6:36 pm #3920Sakin
Keymaster1. To change the hover color for the Previous and Next buttons from grey to orange (#ef5a29). Add the following css in your “Custom CSS” box in your Theme Options:
ul.default-wp-page li a:hover, #content nav a:hover { background-color: #ef5a29; }
2. On the home page the excerpts have the ellipse (…) indicating that there is more text to read. But on the Recipe page (http://plantricious.com/category/recipes-and-hints/recipes/) there is no indication of additional text to read. Is there a setting that I am missing.
— That is due to the setting in the theme for featured post widget. I will ask to add the option in next version so that you can disable it from css. For now there is no option for that. You need to use the text widget and add the content if you don’t like the …February 19, 2013 at 8:18 pm #4122paigeohliger
MemberOne more general Mustang question.
Is it possible to put an HTML link in the featured slider content area? I understand that the entire content area can be a link. We would like to add links to different pages from the text in the content.
February 20, 2013 at 12:37 am #4128Sakin
Keymaster@paigeohliger: Yes you can add the link in The content of Featured Image Slider. But you need to add the following css in “Custom CSS” box to make the link text visible.
.featured-text p a { background: none; display: inline; position: relative; text-indent: 0; }
-
AuthorPosts
- The topic ‘General Question’ is closed to new replies.