Locating and editing div.main-header
-
Hi!
On my site I have 3 icons in the main header. I have Account, Wishlist and Cart.
I used Loco translate to change what I could, but it only changed the “Account”.So I’m trying to change the tooltip’s text. However I don’t know how I should get the directory to the “div.main-header”.
I used inspect element, clicked “copy element”, pasted it into style.css, changed the tooltiptext to what I wanted, however nothing changed.
This is what I got when I used inspect element and copied it:
<div class="header-support-icon"> <div class="header-icon"> <a class="account" href="https://plavalcek.si/moj_racun/"><i class="fa fa-lock" aria-hidden="true"></i><span class="tooltiptext">Ra?un</span></a> <a class="whishlist" href="https://plavalcek.si/wishlist/"> <i class="fa fa-heart-o" aria-hidden="true"></i><span class="tooltiptext">Wishlist</span></a> <------------(I changed this part) </div> <div class="thunk-icon"> <div class="cart-icon"> <a class="cart-contents" href="https://plavalcek.si/kosarica/" title="Ko?arica"> <i class="fa fa-shopping-basket"></i> </a> <div class="cart-overlay"></div> <div id="open-cart" class="open-cart"> <div class="cart-widget-heading"> <h4>Ko?arica</h4> <a class="cart-close-btn">Zapri</a></div> <div class="open-quickcart-dropdown"> <p class="woocommerce-mini-cart__empty-message">V ko?arici ni izdelkov.</p> </div> <a class="button return wc-backward" href="https://plavalcek.si/trgovina/"> Vrnitev v trgovino </a> </div> </div> </div> </div>
Thank you for your time.
- This topic was modified 3 years ago by .
- This topic was modified 3 years ago by .
- This topic was modified 3 years ago by .
- This topic was modified 3 years ago by . Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Locating and editing div.main-header’ is closed to new replies.