Cant change the color of the background or text in footer

This topic contains 10 replies, has 3 voices, and was last updated by  Guust 6 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #392969

    sayllus
    Expired Member
    Post count: 47

    I cannot change the footer text of the Directory Starter Theme. I am using ur code from here https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/

    I cannot even change the color of the text or background of the footer.

    #392970

    Guust
    Moderator
    Post count: 29970

    Changing color is done with CSS:

    
    
    .copyright .container p {color: yellow;}
    .copyright .container a {color: blue;}
    .copyright .container a:hover {color: green;}
    .copyright {background-color: red;}

    See also https://wpgeodirectory.com/docs/customizing-your-style/ to find out how to adjust.

    Thanks

    #393014

    sayllus
    Expired Member
    Post count: 47

    So none of the options in the appearance tab work? Seems a lot of them dont

    #393030

    Kor
    Moderator
    Post count: 16516

    Hi Saylius,

    The changes you’ve made in Appearance > Customize > Footer will only affect the footer area as shown in this screenshot http://prntscr.com/gdc3qj . You’ll have to use the custom CSS given by Guust to customize the styles for the “Copyright” section. I hope this clears it up.

    Thanks!

    #393065

    sayllus
    Expired Member
    Post count: 47

    The background color is not working anymore either. It was black as I set it up until yesterday that I updated the plugins and theme. Can u take a look?

    #393066

    sayllus
    Expired Member
    Post count: 47

    I mean the background for the body, not the footer.

    #393079

    Guust
    Moderator
    Post count: 29970

    We can have a look if you post your URL and WP-admin details in a private reply.
    Thanks

    #393084

    sayllus
    Expired Member
    Post count: 47
    This reply has been marked as private.
    #393086

    Guust
    Moderator
    Post count: 29970

    The body background is black.
    You probably think it is not black because the content areas are white.
    You can only change those with CSS, and it depends where.
    You should be able to work it out using https://wpgeodirectory.com/docs/customizing-your-style/

    For example

    
    
    .sd .content-box, .sd .content .entry, .sd #geodir_content, .sd .sidebar .widget, .sd .geodir-content-right .geodir-company_info, .sd .geodir_full_page .geodir-category-list-in, .sd .geodir_full_page .geodir-loc-bar {
        background-color: #black;
    }
    #393087

    sayllus
    Expired Member
    Post count: 47

    Oh man, so the content box color option doesnt do anything?

    Btw another thing, the logo sits onto the tittle of the page blocking parts of it when u access from mobile. why exactly does that happen and how could I fix it?

    #393089

    Guust
    Moderator
    Post count: 29970

    That happens because the logo is higher than recommended for Supreme.
    You will have to choose a smaller logo or adjust the header CSS.

    Thanks

Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket