themeofwp.com
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to install a themeCan you share your plugins a screenshot?
https://gyazo.com/search maybe helps to you for getting a screenshot.
I think one of the plugin peeventing to see all the wp-admin menu to you.
Forum: Themes and Templates
In reply to: Change font size in navigation menuYep, no problem when you need elp you can contact us anytime! ??
Forum: Themes and Templates
In reply to: [Material Gaze] Social footer & Remove line H2You have find that yourself :
2.
h2 {
border-bottom:1px solid remove this for border.
}1. You can check the theme options panel or you can check the widgets for this. Usually it should be appears theme options or widgets.
Forum: Themes and Templates
In reply to: [Appointment] Scroll up colorYou theme css is here:
https://www.munizfo.com/wp-content/themes/appointment/css/default.css?ver=4.3.1
you should add it to this css ??
Forum: Themes and Templates
In reply to: [Appointment] Scroll up colorI understand it just open the style.css of the theme and add this apropriate area:
.hc_scrollup {
background: #000 !important;
}and change the color value!
that’s it.
Forum: Themes and Templates
In reply to: [Parabola] parabola settingsIt seem you need to check these links:
https://www.cryoutcreations.eu/parabola/parabola-faqs
https://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/how-to-install-a-wordpress-theme
Forum: Themes and Templates
In reply to: How to install a themeHey there, if you provide us you website login info we can assit to you gladly. Or maybe you can dig a bit google about this you can install it easily :
https://www.siteground.com/tutorials/wordpress/install_themes.htm
but sometimes if it’s premium theme, that’s need a bit effort to install like demo.
Forum: Themes and Templates
In reply to: Change font size in navigation menuHey there,
Just open the https://eastwestmedic.com/wp-content/themes/daniela/style.css?ver=4.4 and find line 2045 and add this line ‘font-size: 19px;’ and change the value as your needs
.main-navigation li {
border-width: 0;
display: inline-block;
font-size: 19px;
margin: 0 0.75em;
}that’s it!
Forum: Themes and Templates
In reply to: [Appointment] Scroll up colorCan you share your sample site here? I will assit to you. I need to see the website and issue together ??
Forum: Themes and Templates
In reply to: h2 headersWhen I previewed the theme demo https://my.studiopress.com/themes/enterprise/#demo-full it’s showing on homepage what would you want to do?
It’s defined in https://demo.studiopress.com/enterprise/wp-content/themes/enterprise-pro/style.css?ver=2.1.1 on line 252.
Just write your h2 as title like the demo :
<h2 class=”entry-title”>Guiding your business to achieve online success</h2>
and see the results.
By the way all theme have :
h1,
h2,
h3,
h4,
h5,
h6formatting.