Description of button at three featured-pages
-
AuthorPosts
-
kengakulab
MemberHi, we set three featured pages (left, middle, right) on Home page template.
At the bottom of three pages, there are buttons with a description.
How can we change the description in the button?
Thank you for your support.The blog I need help with is: (visible only to logged in users)
emilysuesrq
Theme AuthorHello, changing the button text will likely need to be done by editing core theme files. You’ll need to reach out to general WordPress.com support to find out how this can be done.
If you need any further theme assistance, let us know.
Thanks!
Hi, thank you very much for your quick response!! I will ask word press.com. By the way, can I ask other things??
1. I changed the transparency of the header using below additional CSS.
#header .content {
opacity: .7;
}
In this case, a description of each menu (home, research,—etc.) became also the same transparency. Is it possible to no transparency setting to these descriptions?? In another word, I want to make only the header box transparent.2. I set the map in the footer. Is it possible to set it in the center??
Thank you for your support.
Sorry again… is it possible to disappear the sentence (not picture title, but a part of the sentence in the page) and the button of three featured pages on Home?
Thank you for your help.
emilysuesrq
Theme AuthorHello,
1. If you’re making the header transparent, the text will become transparent also. However, you can add the following CSS to make the menu text darker:
.menu a, .menu a:link { color: black; }
2. You can add the following CSS to move the map widget to the center:
.footer-widget { margin-left: 280px; }
3. To hide the page excerpt and buttons on home featured pages:
.featured-pages .information { display: none; } .featured-pages .outline { display: none; } .featured-pages .home-featured-banner .flex-wrapper { margin-bottom: 5px; }
I hope this helps!
Emily
Hi, it worked well! Thank you very much for your help!
emilysuesrq
Theme AuthorGreat! You’re welcome :)
- The topic ‘Description of button at three featured-pages’ is closed to new replies.