Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Shay

    (@shaybae)

    Thank you for your response. The mobile version in the customizer does not populate correctly for me for some reason. I did look further in the code and found where it’s coming from.

    td.order-actions::before {
    content:attr(data-title) ":";}

    Is there a way to eliminate this in the area that displays the “Track” button when you have the heading disabled? I cannot find this coded in my theme CSS, seems to be coded in the plugin.

    It shows up like this:

    <td class="order-actions" style="text-align: left; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; font-size:12px;font-weight:400; color: #212121 ; border: 1px solid #dddddd; padding: 12px;line-height: 21px;text-align:center;">
    
    ::before ==0$		
    												<a href="https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9999999999" target="_blank" class="button" style="color: #ffffff ;background:#de678c;padding: 10px;">Track</a>
    
    												</td>

    Thanks for your assistance.

    Thread Starter Shay

    (@shaybae)

    @zorem Unfortunately, I cannot switch to mobile and tablet view on the tracking display customizer in the plugin. However, I did look at the source code and there seems to be an extra semicolon (;) in the code, could that be what’s making it appear? here is the code I found for the section that is showing the colon:

    <td class="order-actions" style="text-align: left; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; font-size:12px;font-weight:400; color: #212121 ; border: 1px solid #dddddd; padding: 12px;line-height: 20px;;text-align:center;">

    There is an extra semicolon behind line-height: 20px;;

    • This reply was modified 5 years, 5 months ago by Shay. Reason: topic not resolved
    • This reply was modified 5 years, 5 months ago by Shay. Reason: marked as unresolved
    Thread Starter Shay

    (@shaybae)

    Here is an actual view from my mobile device: https://ibb.co/xDJLf38

    Thread Starter Shay

    (@shaybae)

    The update fixed it! Everything is back to normal! Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)