Forum replies created
Hi,
Please go to Appearance -> Theme Options -> Header -> Choose Header Type
and select the 5th option.
Thank you
Hi,
You will need to use page template and construction your homepage using the available shortcodes.
There is a content boxes shortcode which you can use.
Please refer to this documentation for more details.
https://theme4press.com/docs/shortcodes/
Thank you
Hi,
Shortcodes are in theme4press core plugn, please translate the plugin.
Thank you
Hi,
You can check your existing custom css for any syntax error.
Any error will cause other css to stop working.
Please get your website online and provide me with URL, if you require further assistance.
Thank you
Hi,
I can help remove the bold if you need to.
Please tell me what you want to do.
As for button in sidebar.
They were not designed to work in sidebar, you will have to contact our developer for this customization service.
https://theme4press.com/theme-customization-service/
Thank you
Hi,
Sorry, there is no such option.
You can try to find a contact form plugin that has this feature.
Thank you
Hi,
Please do not bombard me with pictures without giving me the URL of location.
I can only help with a few issues at a time. If you require a long list of customization, you can contact our developer.
https://theme4press.com/theme-customization-service/
This is for removing the no comments text and RSS icon.
#reply-title {
display: none !important;
}
.t4p-icon-social-rss {
display: none !important;
}
This is for removing the widget round corners and widget background color.
.widget-content {
border-radius: 0px !important;
background: #fff000 !important;
}
Change to your require color hex code using this colorpicker as reference.
http://colorpicker.com
You can clearly see the banners on your PC and only a half on your cell
http://prntscr.com/dathu0
http://prntscr.com/dathyt
This cannot be fixed. You embed it using an iframe.
The codes are loaded from Amazon. Cannot make it responsive.
Thank you
Hi,
The default color of a website background is white.
You cannot delete a background. What’s it suppose to show, if you can delete a background?
You can only change background color.
The problem is your image, if you don’t want to see background, you should not be using an image with transparent background.
Thank you
Hi,
Please use the following.
#bootstrap-slider .bootstrap-button {
background: rgba(235, 80, 21, 1) !important;
}
Thank you
Hi,
The slider button is using rbga code.
Use this colorpicker to give me the rbga color code you require.
http://www.hexcolortool.com/
As for the others.
#bootstrap-slider .carousel-caption h2 {
color: #fff000 !important;
}
#bootstrap-slider .carousel-caption p{
color: #fff000 !important;
}
#bootstrap-slider .carousel-control {
color: #000000 !important;
}
Thank you