Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3903
    paigeohliger
    Member

    hello,

    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.

    #3920
    Sakin
    Keymaster

    @paigeohliger:

    1. 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 …

    #4122
    paigeohliger
    Member

    One 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.

    #4128
    Sakin
    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; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘General Question’ is closed to new replies.