saurabh.dhariwal
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OnePress] woocommerce buttons color.Hello ciccione82,
1. Login as admin and go on theme customizer
Dashboard >> Apperance >> Customize
or Click on Custimze link on top bar from front-end.2. Then navigate Theme Options >> Custom CSS and put below css into textarea then click on Save & Publish button.
/* For product listing page */
.woocommerce ul.products li.product .button { background-color: #555;}/* For single product page */
.woocommerce div.product form.cart .button { background-color: #555; }Hope this will helps you
Forum: Themes and Templates
In reply to: [Brasserie] Edit Feature Boxes from 3 to 2Hello m0b1us,
Remove above css that I provide 1 day ago & try with below code:
div.featuretext_middle div.group div.span_1_of_3:last-child { display: none; }div.featuretext_middle div.group div.span_1_of_3 { width: 49.2%; }
div.featuretext_middle div.group div.fadeInUp {
animation-name: slideInRight;
}@media only screen and (max-width: 600px) {
div.featuretext_middle div.group div.span_1_of_3 {
width: 99.6%;
}
}@media only screen and (max-width: 480px) {
div.featuretext_middle div.group div.span_1_of_3 {
width: 100%;
}
}
Hope this will helps you
Hello onlinerockers,
You have to edit plugin file for it. But i am not suggest you to do that way because when you update that plugin all changes done by you are gone.
If really want to change text you have to edit coupons-grid.php file located at wp-content/plugins/affiliate-coupons/templates/ folder.
Changes in below line.
<?php _e('Go to the deal', 'affiliate-coupons'); ?>
Hope this helps you.
Forum: Themes and Templates
In reply to: [Exoplanet] Page TitleHello vipteam,
Put below css into your child theme’s custom css file.
.main-title, .breadcrumbs { text-align:left !important; }
Hope this will helps you.
- This reply was modified 8 years, 2 months ago by saurabh.dhariwal.
Forum: Themes and Templates
In reply to: [GeneratePress] buttons fontHello norro88,
Put below css code into your current theme’s style.css file located at https://www.fairfieldcollege.nl/wp-content/themes/your_current_theme/ folder.
.maxbutton-1-container.mb-container .maxbutton-1.maxbutton.maxbutton-inburgering .mb-text, .maxbutton-3-container.mb-container .maxbutton-3.maxbutton.maxbutton-inburgering .mb-text, .maxbutton-4-container.mb-container .maxbutton-4.maxbutton.maxbutton-engels-spaans-duits-frans-italiaans .mb-text { font-family: Arimo !important; }
}
Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme.
Hope this helps you.
Forum: Themes and Templates
In reply to: Can you identify this Theme?Forum: Themes and Templates
In reply to: [Brasserie] Edit Feature Boxes from 3 to 2Hello m0b1us,
Happy to hear that solution worked for you.
Can you please share your website details here. So, that I will help you to come out from issue.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Change content and sidebars widthHello aglobefortwo,
Follow below steps:
1. Login as admin and go on theme customizer
Dashboard >> Apperance >> Customize
or Click on Custimze link on top bar from front-end.2. Then navigate Additional CSS and put below css into textarea then click on Save & Publish button.
.wrap { max-width: 1366px; }
Hope this helps you
Forum: Themes and Templates
In reply to: [OnePress] Change Font Sizes of H1, H2, H3Hello elaseca,
Happy to hear that solution worked for you.
Please add blow code to your “Custom CSS” textarea as mentioned above to display proper space between Title & next line
h1, h2, h3 { margin-bottom: 20px !important; line-height: 36px !important; }
Hope this will helps you
Forum: Themes and Templates
In reply to: [Brasserie] Edit Feature Boxes from 3 to 2Hello m0b1us,
Follow below steps:
1. Login as admin and go on theme customizer
Dashboard >> Apperance >> Customize
or Click on Custimze link on top bar from front-end.2. Then navigate Additional CSS and put below css into textarea then click on Save & Publish button.
div.group div.span_1_of_3:last-child {
display:none;
}.span_1_of_3 {
width: 49.2%;
}.fadeInUp {
animation-name: slideInRight;
}@media only screen and (max-width: 600px) {
.span_3_of_3 {
width: 99.6%;
}
.span_2_of_3 {
width: 99.6%;
}
.span_1_of_3 {
width: 99.6%;
}
.recent_span_1_of_3 {
width: 49.2%;
}
.section_thumbnails .col{
margin:0;
}
}@media only screen and (max-width: 480px) {
.span_3_of_3 {
width: 100%;
}
.span_2_of_3 {
width: 100%;
}
.span_1_of_3 {
width: 100%;
}
}Hope this helps you.
Forum: Themes and Templates
In reply to: [Relia] Enabling Dropdown MenusHello tkfranzen,
You can create dropdown menu from
Dashboard >> Apperance >> Menus
.Follow below screenshot or follow How to Create Drop-Down Menu (Sub menu) in WordPress (2016) link.Hope this helps you.
- This reply was modified 8 years, 2 months ago by saurabh.dhariwal.
Forum: Themes and Templates
In reply to: [Point] Moving home buttonHello nidzo1994,
Follow below steps:
1. Login as admin and go on theme customizer
Dashboard >> Apperance >> Customize
or Click on Custimze link on top bar from front-end.2. Then navigate
Theme Options >> Styling Settings
and put below css into Custom CSS textarea then click on Save & Publish button.
.primary-navigation { float : left !important; }
Hope this helps you.
Forum: Themes and Templates
In reply to: How to center blog page content (full width page) Sydney ThemeHello ibanic,
Follow below steps:
1. Login as admin and go on theme customizer
Dashboard >> Apperance >> Customize
or Click on Custimze link on top bar from front-end.2. Then navigate Blog Option and checked Full width (no sidebar) checkbox and click on Save & Publish button.
Hope this helps you.
- This reply was modified 8 years, 2 months ago by saurabh.dhariwal.
Forum: Fixing WordPress
In reply to: how to change add to cart textHello adnanigroup,
You can use one of my plugin Woo Cart Customizer for your purpose.
Please don’t forgot to give your valuable Ratings to my plugin
Hope this will helps you.
Forum: Fixing WordPress
In reply to: Multilanguage website