Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #235453
    dazzathedrummer
    Participant

    Hi,

    I’m trying to remove the page title and the box around it from the slider.

    I can get it to disappear in Google Chrome by changing the #feature-slider .entry-container

    to…

    #feature-slider .entry-container {
        background: #4440;
        background: rgba(0,0,0,0);
        bottom: 0;
        display: none;
        left: 20%;
        padding: 20px;
        position: absolute;
        text-align: center;
        width: 60%;
        z-index: 101;
    }

    But when I add this to my child theme (that I created using the Catch plugin), the changes don’t take effect – what am I doing wrong?

    Thanks,
    Darren

    #235506
    tikaram
    Keymaster

    @dazzathedrummer: Please post in your site URL so that I can provide you the additional css to remove the box.

    Regards,
    Tikaram

    #235508
    dazzathedrummer
    Participant

    I figured it out – I had a duplicate child theme folder with a slightly different name.

    I’ve been trying to update the css of an inactive theme!!
    😀

    #235563
    tikaram
    Keymaster

    @dazzathedrummer: Glad to know that you have figured it out.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Trying to remove the page title box from the slider…’ is closed to new replies.