Okay
  Public Ticket #1204045
image banner
Closed

Comments

  • Jwhitten started the conversation

    when i choose to use the image banner modual and choose border with title only the theme only puts a white box with the title in it. It should have a thin white border as opposed to a white box. how do I correct this?

  • [deleted] replied

    Hi Jwhitten,

    Are you using Oxygen 4.4 please?

    Can you please share your Wordpress credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   Jwhitten replied privately
  • [deleted] replied

    Hi Jacob,

    That is happening because you are using Oxygen Minimal demo and on this demo we have added some CSS codes on the Custom CSS area to make this demo more beautiful an minimal.

    The other screenshot that you send me was from Oxygen Original demo.

    To make the banner design like on the Oxygen Original then you just need to go to your Custom CSS and remove this CSS code:

    .lab_wpb_banner_2 .centered {
        background: #FFF;
        color: #222;
    }
    .lab_wpb_banner_2 .centered span {
        color: #222 !important;
    }
    .lab_wpb_banner_2 .centered .line-bottom {
        color: #777 !important;
        text-transform: uppercase;
        margin-top: 5px;
        font-size: 12px !important;
    }
    .lab_wpb_banner_2.banner-type-2 .title .divider {
        display: none;    
    }
    

    [EDIT] I just commented that code for you in case you need it later again.

    Thanks!