Forum replies created
Hi there,
I needed access to the backend of the WordPress, kindly share it with me.
Looking forward to your reply.
Hi there,
Thanks for reaching out to us again.
Kindly could you share with me temporary login credentials so that I may figure out the issue from there and help. You may delete or change the credentials after we’re done. Please ensure to mark the reply as Private.
Looking forward to your reply.
Hi there,
Thanks for reaching out to us again.
You can add the color you want in the custom CSS code blog.
Just use color: #000 within your CSS class.
I hope that helps.
Hi Noel,
Thanks for contacting us and sorry for the problem you’re facing.
Kindly note that third party plugins fall out of our support scope. But that case kindly check out it’s documention for more information here: http://contactform7.com/docs/.
Please let me know if there’s any other problem, I’m happy to help.
Cheers!
Hi EMH,
Thanks for contacting us.
Unfortunately, what you want will require much of customization which falls out of our support scope but you can request for that service here: https://theme4press.com/theme-customization-service/.
Please let me know if there’s any other problem, I’m happy to help.
Hi Manfred,
Thanks for keeping in touch with us.
After taking a closer look at the issue it seems the problem is with the display: block. I realise that setting it to list-item (which is exactly what the element is), it stopped disappearing and blinking off.
Please try adding this code to your Custom CSS and see what happens:
.nav-menu li a span:hover {
display: list-item!important;
}
Please let me know if this helps,
Kind Regards.
Hi Cyrille,
Thanks for keeping in touch with us.
Did you attempt to use the CSS given in my previous response?
Please add the code in your Theme Options -> Custom CSS:
/*apply font to portfolio*/
.project-description.post-content h2 {
font-family: Lobster !important;
}
.project-description.post-content p {
font-family: Roboto !important;
font-size: 16px !important;
font-weight: 300 !important;
}
Please let me know if it helps,
Kind Regards.
Hello Justin,
Hope all is well.
Just a follow up on you issue regarding the slider, were you able to resolve this? Seems like the slider is back on. 🙂
In regards to the 4 boxes, please see our guide on how you can make the changes/ customize: https://theme4press.com/docs/setting-up-the-home-page/. On the guide, navigate to “Boxes on Homepage”.
I hope this information helps.
Hi Manfred,
Thank you for getting back to us.
Hmm, seems like a transition issue. Kindly try and use the following CSS code to resolve this.
@media only screen and (min-width: 768px)
.link-effect a:hover span, .link-effect a:focus span {
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
Please let me know if this helps.
Hi Manfred,
Thanks for contacting us.
I’m not sure whether it’s clear to me. Kindly could you try explain the issue clearly even using screenshots so that I may be in a better position to help.
Looking forward to your reply.