Change Imported Featured Page H tag to Custom

Homepage Community Forums Epik Theme Support Change Imported Featured Page H tag to Custom

  • This topic has 6 replies, 3 voices, and was last updated 11 years ago by Wes.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3764
    MikeJankowski
    Customer

      I’m looking to be able to customize the H tag that auto populates when adding a genesis featured page to the homepage. For example, now when I add a featured page it is set to either import the exact H tag from that pages H1 without a customizable option, or if you choose the custom title option it the adds the featured page H tag above the featured image versus below it. I want the custom option to show up the exact same formatting wise as the imported option (below the image). How would I go about doing that? Thanks! The site is being built out but you can see it here: http://bluecovemedia.com/preview

      #3786
      Wes
      Moderator

        You can add custom code in your css that will specifically target the title tags.

        Here is what you can add that will target the featured page titles inside the Welcome area (since thats where its located) –

        #welcome .featuredpage h2 a {
        font-size: 18px;
        }

        You can add in more code/styles to the above code.

        #3798
        MikeJankowski
        Customer

          Thanks a ton!

          #3801
          MikeJankowski
          Customer

            Actually. It’s still doing the same thing. When I click to not show the page title in the featured page widget, and then add my own custom title, it shows up above the image. Basically, I’m wanting the H2 to show up exactly as it is style and location wise, I just want to be able to customize the title so I can shorten one of them. Thanks..

            #3818
            Wes
            Moderator

              As I mentioned in your other post – https://appfinite.com/topic/featured-page-h-tags/#post-3704 if you use the custom title it will show up above the image. There is no other “known” way to create a custom title and have it show under the image for this particular widget. You can style it with css, but you can’t move it’s position with the regular widget.

              However, you can download the Genesis Featured Widget Amplified and be able to move the image position plus it includes a couple other features – http://wordpress.org/extend/plugins/genesis-featured-widget-amplified/

              #3873
              Terence
              Customer

                I looked at that widget since it seemed interesting, and Nick’s stuff is always good.

                But it hasn’t been updated in a long while, three out of four people say its broken, and Nick has only tested it up to 3.3.2.

                Check out the WP support forum for the plugin.

                I wanted to use it but with WP 3.6 and Genesis 2.0 just round the corner ???

                #3882
                Wes
                Moderator

                  Thats the only way I know of to do it. If you choose not to use that particular plugin then I don’t know of another way.

                Viewing 7 posts - 1 through 7 (of 7 total)
                • You must be logged in to reply to this topic.