How can I get help with my website header and footer design?

Hey I am not sure if anyone got my last message because i am having an issue with uploading at the moment but i am really needing with the header and bottom of my site i want to look a certain way. I tried with coding but i have no idea the heck i am doing so i rather have an expert do it for me. i am wanting my header and bottom footer with this design and than i want the rest of my pages to match the wood in the middle can some one please sent me an email to here2hear@jeansofarc.com i would really appreciate it. Thank you so much

Hi @jeansofarc

Kindly share your theme name and website link to check further.

Thanks

Sheesh B

The website of the picture i sent you mean?

I am sorry I Read it wrong at first but the theme is Dawn Theme

https://jeansofarc.com/

Hello Sheesh_b
Wish you doing well,

I’ve used your code solution for showing two price for a product, price with tax and another without, actually I’ve used the solution to show a price for air shipping and the other price for sea shipping and it works like a charm, thank you very much.
I’m here to ask your help if I can make the prices tick-able so the customer can shows whether to go with air shipping price or sea shipping price and so then the chosen price will go to cart at check out.

here is your code I’ve used:

changing this part :

assign compare_at_price = target.compare_at_price
assign price = target.price | default: 1999
assign available = target.available | default: false
assign money_price = price | money
assign tax_price = target.price | default: 1999 | times: 1.20
assign tax_money_price = tax_price | money

and finally this one :

{{ 'products.product.price.regular_price' | t }} {{ money_price }} HT
{{ tax_money_price }} TTC

Is there anyway to let the price appear with tick-able circle to the right of each price so the customer can choose one of them and it goes to cart based of the customer choice.

Thank you very much in advance.