Soma Pro Theme Help Premium theme

Home Page Button not appearing

B Started by Bob · August 6, 2019 at 5:16 pm · 4 replies 1 voice Last reply 5 years, 1 month ago
B
Bob Original poster Member
#1

This is a new and separate problem for me. Have just added a home page button with the url https://alanonla.info/shop

The button appears on my development page with the Text: “Start Shopping >>” It does not appear on the live site even after publishing several times.
It works great on the development page where clicking on the button takes me to the shop page as desired. This is only there because my wife couldn’t figure out what to do once the home page loaded. I can’t see what I’m doing wrong. The button was added using Appearance->Customize->General Settings

ST
Spiracle Themes Original poster
#2

Hi Bob,

The General Settings ( Appearance -> Customize -> General Settings ) is for the homepage only and not for the other inner pages. There is a button on the homepage and it is redirecting to the shop page also.

Hope this clears the confusion.

Let us know if you have any questions 🙂

Best Regards

R
Ralph Original poster
#3

Hi,

On the main page, I would like to change the font SIZE of the button.
I have been spending a lot of time trying to find where to change it.

It is too small by default.

Thanks

R
Ralph Original poster
#4

Sorry, I found the answer on the forum :

You can use the CSS below to change these
/* for site title */
.slide-bg-section h1{
font-size: 35px;
}
/* for site description */
.slide-bg-section p{
font-size: 14px;
}
/* Home page buttons */
.slide-bg-section .read-more a, .slider .slider-button .read-more a{
font-size: 11px;
}

You can change the px numbers according to your need

Copy and paste the above CSS in Appearance -> Customize -> Additional CSS

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Home Page Button not appearing

By posting, your reply becomes public (unless marked private).