Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #153669
    catwingz
    Participant

    Hi,
    What is the CSS for the background color of the message box for the slider? I can see how to do it for the space directly behind the title and content, but not for the entire box.

    The footer menu is not displaying the subpages. Given that the pages with subpages are blank links this is a problem. How do I fix this?

    Thank you

    #153682
    sapana
    Participant

    @catwingz:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    #feature-slider.entry-container{
         background:rgba(255,255,0,0.4);
    }

    You can change the color as per your requirement.
    This is not an issue with footer menu. Sub Menu pages are not shown in the footer menu. It is designed that way.
    Kind Regards,
    Sapana

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Footer menu issue and slider CSS’ is closed to new replies.