• Resolved garbunk

    (@garbunk)


    I want to change the “read more” text of the featured pages to my text. I find this is better than a title with “read more” underneath. Moreover, I am doing a website in a foreign language so nobody can understand “read more”. How can I do different text for all three items?

Viewing 6 replies - 1 through 6 (of 6 total)
  • As of release 3.0.8 you can edit this button text in the Front page section of Customiz’it!

    Thread Starter garbunk

    (@garbunk)

    Eesh. I hate upgrading. I’ve been changing things in this theme and don’t even remember where. How can I tell where things will be overwritten when I install the upgrade?

    Assume everywhere. If you still have a copy/backup of the original, you can use that to see which files have changed.

    In general, make changes in a child theme (or — and the mods won’t like me saying this — take copious notes on what you change, so you can repeat it after upgrade).

    Thread Starter garbunk

    (@garbunk)

    I have upgraded. Thanks for the help! I see the new option, but it is to change the button for all 3 at once. How could I put different text on each button?

    Actually, I want to remove the “home featured page” text entirely and just put the text on the button. I think it’s clearer and gives the user fewer options to get confused.

    There is no unique selector to be able to change the button text in CSS.

    Could edit /parts/class-content-featured_pages.php #195-201. But I know that Nic is making changes to this code so may cause you more effort than its worth.

    To remove the FP Text (not thumbnail/button) try:

    .marketing h2, .fp-text-one, .fp-text-two, .fp-text-three  {
      display: none;
    }
    Thread Starter garbunk

    (@garbunk)

    Ok, thanks! I appreciate the help. This is really a great theme and everyone loves it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing the featured pages "read more" text’ is closed to new replies.