• 1. I have three areas in the footer and I’d like a 1px border around each. Is there a way of doing that?

    2. I have a button in one of the footers, but I can’t find any way of changing its colour.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .footer-widgets .sidebar-column {
    	border: 1px solid #fff;
            padding: 10px;
    }
     .footer-widgets .widget .wp-block-button__link {
    	background-color: #07346c;
    	color: #fff000 !important;
    }
     .footer-widgets .widget .wp-block-button__link:hover {
    	background-color: #a20b8a;
    	color: #00dbff !important;
    }

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Formatting footer widgets’ is closed to new replies.