• Resolved Immelting

    (@immelting)


    Have different texts on the Featured Pages Buttons

    I have read the article regarding changing the buttons. However this article show an example for only three buttons.

    I have added additional code form the example, however when pasted into the CSS, it still only effects three buttons and not the eight.
    Any Ideas?
    Deird
    Heres the code

    .fp-one .btn.btn-primary.fp-button:after {
    content:”Bicycles”; /* Change to required text */
    }
    .fp-two .btn.btn-primary.fp-button:after {
    content:”Services”; /* Change to required text */
    }
    .fp-three .btn.btn-primary.fp-button:after {
    content:”Parts”; /* Change to required text */
    }
    .fp-four .btn.btn-primary.fp-button:after {
    content:”Accessories”; /* Change to required text */
    }
    .fp-five .btn.btn-primary.fp-button:after {
    content:”Rentals”; /* Change to required text */
    }
    .fp-six .btn.btn-primary.fp-button:after {
    content:”Events”; /* Change to required text */
    }
    .fp-seven .btn.btn-primary.fp-button:after {
    content:”Rentals”; /* Change to required text */
    }
    .fp-eight .btn.btn-primary.fp-button:after {
    content:”Events”; /* Change to required text */
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • You’re using the plugin featured pages unlimited I presume. Looking at the demo source (html) I can see that those additional fps are named fp-N.
    So, fp-4, fp-5 and so on.

    Hope this helps.

    Thread Starter Immelting

    (@immelting)

    You are so awesome…Thank you so much.
    I did exactly as you said
    one
    two
    three
    4
    5
    6
    7
    8
    Worked like a charm.
    Deird

    Hi Dierd,
    You might also want to look into how to use Firebug, which is great in these situations. More on the Customizr site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Have different texts on the Featured Pages Buttons’ is closed to new replies.