Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #175274
    Otto Haas KG
    Participant

    Is it possible to remove the permallink description under the heade Picture, so that i can create my own Header?

    Or can i Change the Colour of the Font and Backround?

    ON the Website you shown the Homepage without the permalink.

    #175296
    Skandha
    Participant

    @otto_haas: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #175589
    Otto Haas KG
    Participant

    The URL for example is: http://213.95.79.183/wp-admin/post.php?post=399&action=edit

    You can see the Word Geschichte twice and i would like to have the look from the second one and the permalink hidden.

    Is that possible?

    #175590
    Otto Haas KG
    Participant

    or is it possible that the first Header (=perma link) Looks like the second one with coloured Backround and Bold Type???

    #175668
    Skandha
    Participant

    @otto_haas: You seem to have posted a admin setting URL which I cannot see as I don’t have your WP Admin Credentials.

    Can you post in the url of the post you are mentioning?

    Kind Regards,
    Skandha

    #175673
    Otto Haas KG
    Participant

    The URL: http://213.95.79.183/en/company/history-en/

    I´am Talking About the Word History – is it possible to make it bold or a backrouns Colour?

    Thanks for helping me 🙂

    #175755
    Skandha
    Participant

    @otto_haas: Yes that is possible.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #main .entry-title {
    	font-weight:bold;
    }

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

    #175769
    Otto Haas KG
    Participant

    Hi Skandha,

    thanks that looks much better. Can i change the backround colour (#e1e9ee) also?

    THanks for your help.

    Have a nice day 🙂

    #175773
    Otto Haas KG
    Participant

    My new URL: http://213.95.79.183/

    Is it possible to remove the space between the Header Media and the Top?

    Is it also possible the hide the Permalink, so that my Neuheiten-Block moves higher?

    Thanks for helping me 🙂

    #175805
    Skandha
    Participant

    @otto_haas: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the background color */
    #page {
         background-color:#e1e9ee !important;
    }
    /* To remove space between Header Media and top */
    #header-content {
    	display:none;
    }

    Can you clarify which permalink you would like to hide?

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

    #175808
    Otto Haas KG
    Participant

    Hi Skandha,

    you see the word Home over Neuigkeiten – that my Permalink: http://213.95.79.183/
    Is it possible to hide them and remove the Space between the Menü and Neuigkeiten?

    THanks for your help 🙂

    #175810
    Skandha
    Participant

    @otto_haas: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-1945 #main .entry-title {
    	display:none;
    }
    .site-content {
    	padding:0 !important;
    }

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

    #175819
    Otto Haas KG
    Participant

    Yes – Thank you so much 🙂 You saved my day.

    #175822
    Skandha
    Participant

    @otto_haas: 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/catch-inspire/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

    #175857
    Otto Haas KG
    Participant

    @ Skandha,

    done 🙂

    #175897
    Skandha
    Participant

    @otto_haas: Thank you for your wonderful review. Do let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    #177027
    RogerRabbit
    Participant

    my website pages have permalinks, other than that it is just text. I can change the text background but the permalink background stays white. I tried the css route, but that did not work.

    Any ideas?

    #177028
    RogerRabbit
    Participant
    #177137
    Skandha
    Participant

    @rogerrabbit: Hello there,
    You don’t seem to be using our theme. Please post your issues and queries on the respective theme support forum.

    Kind Regards,
    Skandha

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Disable the Permalink on the Page or can i change colours, and text a. s. o.’ is closed to new replies.