• Resolved devmanning

    (@devmanning)


    Hello everyone,
    Having a specific problem regarding Font color and a block of black appearing in my pages, and I haven’t been able to find a solution from other posts and need your help.

    I want to change the font color of my individual pages and want to get rid of a black block which appears in the page. You can see it from the below link. My expertise in web designing is novice and most of the codes I have copied and pasted from this site in my custom CSS file.

    https://www.statscanmaps.com/about-us/

    Using a code I found in one of the post, I changed the background colour of one of my pages

    “body.page-id-59 {
    /*Changing the background of About us page */
    background-color:”white”;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position:center top;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    }”
    https://www.statscanmaps.com/about-us/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter devmanning

    (@devmanning)

    Update:

    I was able to change the font color in the individual page by tweaking the <p> Tag </p>. Not sure whether it is correct but producing the desired effect.
    Not able to change the black block, I don’t know what element it is can any one help please.
    https://www.statscanmaps.com/about-us/

    Hi devmanning,
    Can you be specific about where the black block is? I can see the header and footer having a black backgroun, but I am not able to see any black block. Or have you resolved it?

    If you mean the dark shading around the selected menu item, that is being generated by this code:

    .navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a, .navbar .nav > li > a:focus {
        color: #5C5757;
        font-style: italic;
        font-size: 1.25em;
    }

    Remove or replace the color.

    Thread Starter devmanning

    (@devmanning)

    Thanks so much for the responses. My bad I should have updated, the black block was a remnant of a background image reference and I removed it and it has gone.

    Thanks rdellconsulting for the piece of code appreciate it. It was more a solid black block which was appearing once i removed the reference it was gone.
    Thanks again everyone.

    Hi,
    Would you mind marking this topic as resolved?

    Thread Starter devmanning

    (@devmanning)

    Thanks this has been resolved now.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Font Color in Individual pages:’ is closed to new replies.