Home Forums Theme support Lambada: translate "read more" in allslider and edit color/font?

This topic contains 4 replies, has 2 voices, and was last updated by  7Theme Support 8 years, 11 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • I live in Norway and want the slider text (link text) to display “les mer” instead of “read more” (Allslider). Also I want to replace the font, color and size of the slider text. Please help 🙂

    Hi,

    sorry, the ‘Read more’ text is hard coded, but you can change it in this file:

    themefolder/7league/allslider/allslider.php

    The text is on line 798.

    We will fix this with the next update…

    Sorry, forgot the colors! To change the color and size, you can add this in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    /* first headline */
    .cycle_element h2 {
    color:#ffcc00;
    font-size:20px;
    }
    /* second headline */
    .cycle_element h3 {
    color:#ffcccc;
    font-size:12px;
    }
    /* the link */
    .cycle_element a {
    color:#000;
    font-size:12px;
    }

    Thanks a bunch!

    You’re welcome!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.