Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #173896
    Cathrine
    Participant

    Hi again,

    1.Regarding header. I would like to move the title above the header. Is that possible? Also to have the title in color gold as in the links in the theme. Where do I change that? https://suluit.com/da/om/

    2. On homepage/frontpage I have removed the title. There is a big gap between the menu and the picture I use. Is it possible to make that white space more narrow? I found a code I put in CSS but that removed the title all over the site. I do not want to do that. https://suluit.com/da/hjem/

    3. Also when removing title from my homepage. The name of the page has no name in the page list of the site. Is it a way to put the name back to the page without it being shown on the page? It just says “no name” in the pagelist.

    Thank you!

    #173900
    Cathrine
    Participant

    I found out about where to change the color of title. Sorry about that.

    #173953
    Skandha
    Participant

    @nukaka: Hello there,
    To move title above the header image you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    To change color of title

    .custom-header-content .entry-title {
    	color:gold !important;
    }

    To reduce the gap between menu and the header image in homepage.

    .home .wrapper {
    	padding-top:0 !important;
    }

    You can add the title to the page and I will provide you the CSS code the remove the title on your site and not from the menu.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #173967
    Cathrine
    Participant

    Thank you! The gap is gone! I am a little familiar with child theme. I will work it out. This thread can be closed.

    #173969
    Cathrine
    Participant

    Oh, I forgot the title on Homepage. I have added the title on homepage now. I would be very grateful if you could provide the CSS to remove it and the page still has a name. Thank you!

    #174047
    Skandha
    Participant

    @nukaka: Hello there,
    I have provided the CSS to remove the title on homepage here.
    https://catchthemes.com/support-forum/topic/events-and-title/

    Kind Regards,
    Skandha

    #174048
    Cathrine
    Participant

    Yes, I saw that. Thank you so much!

    #174051
    Skandha
    Participant

    @nukaka: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/my-music-band/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #174058
    Cathrine
    Participant

    Of course! I just did but under my name Ekehed since I am helping a friend out with this project under her name.

    #174129
    Skandha
    Participant

    @nukaka: Thank you very much for your appreciation. Let me know if you have anymore issues. Have a great day! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Header and gap’ is closed to new replies.