Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272027
    angrybird
    Participant

    Is there a way to have the heading on each page (but preferably not on the front page) as part of the regular text instead of on top of the featured image?

    Like:
    Featured image
    Space
    Heading
    Text text text

    #272049
    Skandha
    Participant

    @ville123: Hello there,
    Can you please post in your site URL and let me know what heading you would like to have? Also do you want the same heading on all pages?

    Kind Regards,
    Skandha

    #272126
    angrybird
    Participant

    The site is under construction at the moment and not visible to the public. But it seems that in all your themes that I use (Solid Construction Pro, Clean Enterprise Pro, SimClick Pro etc) all headers are placed on the image, not at the top of the textarea. Except for Decree Pro. where the heading is indeed at the top of the text area.

    “Also do you want the same heading on all pages?” No, if the heading of the page is Contact us, then it should say Contact us, and if the heading is Welcome it should say welcome.

    Here is an example, where the text Kontakt would be situated right above the text Ta gärna kontakt…”: https://cape-fi.hel5.wp-cloud.dev/kontakt/.

    Is this at all possible, or do I have to buy another team?

    #272536
    Skandha
    Participant

    @ville123: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content {
        top: 16em;
    }
    #content {
        margin-top: 100px;
    }
    .custom-header-content .entry-container .entry-title {
        color: #666 !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Move heading from image to text’ is closed to new replies.