Announcement

Collapse
No announcement yet.

How to removehorizontal lines between sections in center of Home Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to removehorizontal lines between sections in center of Home Page

    There are horizontal lines in the center of my home page - https://www.tkyoung.com/storefront.html - that I want to remove, but haven't figured out how to do.

    Please send me in the right direction to accomplish this.

    Thanks,

    Tom
    Tom Young
    Hourglass Maker Since 1975
    http://www.tkyoung.com


    #2
    In addition, after changing the test that I want for this area it for some reason is not displaying.

    Thanks again,

    Tom
    Tom Young
    Hourglass Maker Since 1975
    http://www.tkyoung.com

    Comment


      #3
      Tom Young Looking at the frontend of the site those lines are coming from a CSS rule defined in your combined CSS resource called stylesheet:

      young_frontend.JPG

      As for the reason the text is not updating, you should confirm you are updating the correct area. From what it looks like you should be able to find the correct template by navigating to User Interface > Theme Components then selecting the Banner tab. There you should be able to update the storefront-message record. If your store has caching enabled remember to clear your cache as well.
      Nicholas Adkins
      Technical Training Specialist / Miva, Inc.
      [email protected]
      https://www.miva.com/mivalearn

      Comment


        #4
        Originally posted by Tom Young View Post
        There are horizontal lines in the center of my home page - https://www.tkyoung.com/storefront.html - that I want to remove, but haven't figured out how to do.

        Please send me in the right direction to accomplish this.

        Thanks,

        Tom
        It's the style class "heading-decoration" in the div
        Code:
        <div class="column whole align-center uppercase event-message h1 nm ultrabold heading-decoration">
        It looks like it might be within the page header div (just after it)

        Code:
        <div class="row hdft-header">
        Hope that helps point you to where you need to go to remove the "heading-decoration" from the code.
        Leslie Kirk
        Miva Certified Developer
        Miva Merchant Specialist since 1997
        Previously of Webs Your Way
        (aka Leslie Nord leslienord)

        Email me: [email protected]
        www.lesliekirk.com

        Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

        Comment

        Working...
        X