Hi, first question is how do I get the big image to on the home like it does in the screen shot: https://prnt.sc/ld93yd
Second question, is it possible to change the size and color of the Tap to Call button? If so how do it? Thanks
Hello, Greeting from InkThemes, How do I get the big image to on the home as it does in the screenshot: Kindly go through the theme's documentation that is present in your member's area account. You will get to know how to use the theme. Is it possible to change the size and colour of the Tap to Call button? If so how do it? Yes, you can change the size and colour of the Tap to call button, To make the desired changes, just paste the code in the custom CSS section of the theme. Go to (Dashboard->InkThemes->Theme Options->Styling Option). // To change the background, text colour and size of the call us button. // Increase or decrease the padding to change the size of the button. .call-us p { background: linear-gradient(to bottom, #a748f0 28%,#262cd6 63%,#2643d6 73%); color: #fff; padding: 10px 30px; } How do I edit or delete the breadcrumb type links in this image? // To remove the whole breadcrumb container. To make the desired changes, just paste the code in the custom CSS section of the theme. Go to (Dashboard->InkThemes->Theme Options->Styling Option). .page_heading_container { display: none; } Or // To remove just the breadcrumb heading. div#crumbs { display: none; } Hope all the above details are helpful to you if you need further help then let me know. Regards, Akbar InkThemes.com
I read the PDF before you replied and still had no idea how to do it. it is not very clear and it seems it doesnt match the current version of the theme, I will reply with more details. With those two code tweaks you mention, will they be over written when I update the theme?
Hello, Greeting from InkThemes, Kindly upload the slider images from theme options. Have a look at the attached screenshot below, you can also refer to the theme's documentation. You will get to know how to customize the theme. Regards, Akbar InkThemes.com