Hi,
We are looking to add our phone number to the website’s home page next to our cart and search bar. I have attached the image below of what we are looking for from our site.
We are on the venture theme and am looking to see if we can both get a phone number and for it to be clickable as well. Based out of Australia if that mans anything regarding the clicking of the phone number.
As always thanks for any help and or assistance.
Hi,
It shows all of this below, hopefully this helps
.site-header__logo img { max-width: {{ section.settings.logo_max_width | default: '450' | remove: 'px' | append: 'px' | escape }}; }-
{% for link in linklists[section.settings.main_linklist].links %}
{% assign child_list_handle = link.title | handleize %}
-
-
{% include 'drawer-nav' %}
{% else %}
- {{ link.title }} {% endif %} {% endfor %}
- {{ 'layout.customer.account' | t }}
- {{ 'layout.customer.log_out' | t }} {% else %}
- {{ 'layout.customer.account' | t }} {% endif %} {% endif %}
{% if link.links != blank %}
{% if shop.customer_accounts_enabled %}
{% if customer %}
{% else %}
{% endif %}
{% if section.settings.logo != blank %}
{% capture image_size %}{{ section.settings.logo_max_width }}x{% endcapture %}
{% else %}
{% assign shop_name_length = shop.name.size %}
10 %} class="site-header__shop-name--small"{% endif %}>{{ shop.name }}
{% endif %}
{% if request.page_type == 'index' %}
{% else %}
-
{% for link in linklists[section.settings.main_linklist].links %}
{% assign child_list_handle = link.title | handleize %}
-
{{ link.title }}
{% include 'icon-arrow-down' %}
-
{% include 'site-nav' %}
{% else %}
- {{ link.title }} {% endif %} {% endfor %}
{% comment %}
Use full width layout if there are 7+ links or parent has products
{% endcomment %}
{% assign meganav_use_columns = false %}
{% assign nav_parent_product_count = link.object.products_count %}
{% unless nav_parent_product_count == blank or nav_parent_product_count == 0 %}
{% assign meganav_use_columns = true %}
{% endunless %}
{% if link.links.size > 7 %}
{% assign meganav_use_columns = true %}
{% endif %}
{% assign is_collection_with_products = false %}
{% if link.type == ‘collection_link’ and link.object.products_count > 0 %}
{% assign is_collection_with_products = true %}
{% endif %}
{% if link.links != blank %}
{% if section.settings.promo_bar_enable and section.settings.promo_bar_text != blank %}
Thanks
{% for link in linklists[section.settings.main_linklist].links %}
{% assign child_list_handle = link.title | handleize %}
{% if link.links != blank %}
- {{ link.title }}
{% include 'drawer-nav' %}
{% else %}
- {{ link.title }}
{% endif %}
{% endfor %}
{% if shop.customer_accounts_enabled %}
{% if customer %}
- {{ 'layout.customer.account' | t }}
- {{ 'layout.customer.log_out' | t }}
{% else %}
- {{ 'layout.customer.account' | t }}
{% endif %}
{% endif %}
thanks for code can you please update this code
@dmwwebartisan Thanks,
That looks really good, are we able to get it such that is perfectly aligned height wise with the search and cart.
Our current image is shown below. We would love it if the alignment meant they were all equal height.
Thanks
yes please add this css code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-header__search-cart-wrapper {align-items: center;}
After code view
Perfect
its my pleasure to help us
Hi @KetanKumar
So it seems to have worked very well however when you scroll down it is still not correctly aligned.
Can someone please help us out with this one.
Thanks
Hi BaseCampWA,
Hope you are well.
Please follow the below steps:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid
- Paste the below code at the bottom of the file & Click Save
.sticky--active .sticky-only {
align-items: center;
}
Hope that helps.
Thanks
Thanks,
That is everything we need,
Thank you for all of your help
thanks for update




