Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857003

    Rybird
    Participant

    Hello,
    I tried about 10 different codes I found in the forums for removing lines and bands but none worked.
    I am trying to remove the band between the body and footer because when the page is scrolled down slowly it appears that band is the bottom of the website and people might not scroll down and see the footer content.
    Screen shot has yellow arrows pointing to the band I want removed.
    I have another question, strange perhaps, I have a description that is the same on every page. But if I change that description, I have to edit 160 pages, a real pain, I did 50 last night. Is there a way to make a universal text that I can change in one place and it would appear on all the pages, except perhaps one or two I can remove that? SHould I post a new topic for that, or is that a dead issue.
    THanks

    #857320

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #857396

    Rybird
    Participant

    http://www.artistrybird.com/ is the url I would like to be able to remove the band or divider.
    and it’s also on http://www.rybird.com/
    I am using Integrity.
    Also I have no way of knowing when you reply. How do I get a notification in my inbox? I have asked about this before, but do not remember getting any answer. I can’t check the thread every 15 minutes. Thank you.

    #857478

    Rybird
    Participant

    I found content blocks, But I am going to have to edit one at a time all 160 pages anyway. But later, I can just edit the content in one place. Knowing how to remove that band would be helpful though.

    #857556

    Rybird
    Participant

    I see the subscribe button now. You can close the ticket.

    #857929

    Lely
    Moderator

    Glad you were able to figure this out!

    Always,
    X

    #859646

    Rybird
    Participant

    I didn’t work it out, I still don’t get notifications. The way it is now, it’s intuitive to stop scrolling and never see the footer. I could try a different theme, lord knows I have bought enough. Or a different platform like weebly or squarespace. I am almost there, another 80 or so pages to manually update , then I can start promoting the site.

    Going from weebly to wordpress is like going from sharpening lawn mower blades to rebuilding dragster engines.

    #859711

    Rybird
    Participant

    It’s the little things that get me. I had a basic site with about 150 pages on it for 7 years. Why I wanted to try wordpress, I cant remember. Probably though if I went back, it would look old fashioned now.
    I tried changing different stacks but they dont look like I want it to look, Still a bright white site? Might sell art better eh? . time to edit another page. Is there a Therapy plugin for wordpress? lol

    #860148

    Zeshan
    Member

    Hi there,

    I’m sorry to hear about your issues!

    I don’t think if I understand your requirements correctly. For the footer, if you want to reduce the spacing a little bit (see: http://prntscr.com/ambas2), you can do that globally using following CSS code under Custom > CSS in the Customizer:

    footer.x-colophon.top {
      padding-bottom: 0px;
    }
    

    As for adding one content to 150 pages and changing that from a single place, it could be possible with custom development. WordPress is a powerful CMS (content management system). Custom development is outside the scope of support we can provide. However, if you can tell us exactly what content and where you want it to appear on all the pages, we can perhaps take a closer look and see if there is a quick solution that we can provide you.

    Thank you!