Forum replies created
Hi,
Please contact our developer for these customization service.
https://theme4press.com/theme-customization-service/
I can only provide simple customization assistance.
Thank you
You are welcome.
Thank you
Hi,
I had visited your website in mobile.
Your menu is showing up properly.
http://image.prntscr.com/image/01a572666b13452893d4b67537417432.png
Did you manage to fix your issue?
Thank you
You are welcome.
Thank you
Hi,
Use the following in Theme Options -> Custom CSS
.wp-caption-text {
font-size: 12px !important;
}
Thank you
Hi,
This is for read more button.
.read-more {
background: #000000 none repeat scroll 0 0 !important;
color: #fff000 !important;
}
2 – Make the edges of the page of the blog and different edges to the Menu
http://prntscr.com/d4n93t
Sorry, I do not understand this.
This is code for number 3
.entry-categories a, .entry-categories:before {
color: #000 !important;
}
.entry-tags a, .entry-tags:before {
color: #000 !important;
}
This is code for number 4
.no-comment {
display: none !important;
}
#reply-title {
color: #fff000 !important;
}
This is code for number 5
.entry-content {
margin-top: 0 !important;
}
.entry-title {
margin-bottom: 2px !important;
}
This is code for number 6
.widget-content {
border-radius: 0 !important;
}
This is code for number 7, not exactly the same, but this is the best I can do
a.page-numbers, .page-numbers.current {
border: 0 none !important;
margin: 0 !important;
margin-left: -4px !important;
padding: 4px 10px !important;
text-align: center !important;
}
Thank you
Hi,
Just made a report in our company’s private github.
Thank you.
Hi,
I will submit an issue report to our developer.
Not sure, when will the new theme update be available.
Thank you.
Hi,
Please use the following in Theme Options -> Custom CSS
It will hide your slider button in mobile.
@media screen and (max-width:768px){
.da-slider .da-link {
display: none !important;
}
}
Thank you
Thank you for your reply. 🙂