Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24366

    Hello,

    When I launched my site using Diced Theme, the Call to Action widget area lines became visible.

    See the vertical white lines on this home page: http://www.refinedcook.com

    The white lines were not in the template during staging, such as in screenshot below

    http://refinedcook.com/website-coming-soon/

    I am creating another site using the Diced theme and the pre-launch template does not have the lines either. I contacted Inmotion customer support but are unable to help as this is HTML coding, so they say.  Please help!  I have spent hours trying to figure this out.

    Also, is there a way to remove the background photo of home page from the other pages?

     

    Thanks, Marlene

    #24367
    admin
    Member

    Hello Marlene,

    Thank you for your question on removing the border lines for the Call to Action section of the Diced theme. I spoke with one of the developers and this is a known issue that occurs under specific conditions. This is slated to be corrected soon.

    In the meantime, there is a fix that you can implement. You will need to navigate to the <a href=”https://www.boldgrid.com/support/using-the-customizer/advanced-customizer-options/”>Custom CSS editor</a> and enter the following code:

    .palette-primary [id^=”black-studio-tinymce”].widget_black_studio_tinymce.widget.well .widget-title {
    display: none;
    }
    .palette-primary [id^=”black-studio-tinymce”].widget_black_studio_tinymce.widget.well {
    background: transparent;
    border: none;
    padding: 0;
    }

    Once you paste the code in, be sure to save and publish the site. The border should disappear.
    Kindest Regards,
    Scott M

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How Can I Remove the Call to Action Widget?’ is closed to new replies.