• donnaleebop

    (@donnaleebop)


    While I was able to delete the tagline text for my featured image on the ‘site identity’ page, I cannot remove it on the other pages. How can I do that?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter donnaleebop

    (@donnaleebop)

    One more issue regarding font: I installed the plugin you mentioned in a previous question (easy google fonts), but noticed that it doesn’t enable me to change the font of the site title at the top of every page. how do I tackle that font? and as mentioned above, I still want to delete the taglines inside the featured image of each page.

    Theme Author Organic Themes

    (@organicthemes)

    Hello,

    Regarding the removal of page and post titles on top of images, that can be accomplished by adding the following style:

    .banner-img .headline {
      display: none;
    }

    Regarding the site title font, you will need to target that text directly using CSS like so:

    .site-title {
      font-family: 'Droid Serif';
    }

    I hope this helps. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image Tagline Text’ is closed to new replies.