Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Pauline. If i understood right, do you want to apply a background color to your footer?

    You can add the following css rule into your style.css file:

    #footer-wrap {
      background-color: #5cd3d5;
    }

    Cheers!
    Johnny Tuc

    Thread Starter paulinelephew

    (@paulinelephew)

    Hi Johnny and thanks for your answer.

    Unfortunately that’s not what I’m looking for:
    I just want to change that blue line into my turquoise.
    I can’t find if it’s an independent element or a border, can you check it out again please?

    Thanks!

    Now you’re talking! I’ll fix you up!

    Use this CSS rule:

    #copyright hr {
      border-color: #5cd3d5;
    }

    Regards.

    Thread Starter paulinelephew

    (@paulinelephew)

    Thanks Johnny that’s perfect!

    Glad I could help!

    Thread Starter paulinelephew

    (@paulinelephew)

    Hi Johnny,

    Hope you’re doing well!

    I have an issue and wondered if maybe you could help:

    I have built the slider with Felicity Theme options but need the featured images to link to their related pages.

    As of right now, it doubles my pages by creating posts with the same names.

    I looked at the code in post-formats.php and found that that it says:

    <div class = “text-holder-full”>
    “>

    What modifications do I have to do so I can enter a custom url for each image/post?

    Thank you so much in advance,

    Pauline

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Color of footer line’ is closed to new replies.