Forum replies created
Hello
Issue with menu you have created. I have solve this out.
In case you get this issue again, many of WordPress user get this issue,
I have found solution from here, my be it help you if you get issue again:
https://wordpress.org/support/topic/exception-nav_menu_item-missing-description/
https://wordpress.org/support/topic/wordpress-45-themes-white-screen/
Thank you
Hello,
There is no option for reduce images sizes but you can change with coding as well custom css.
Other option is
Chosen Portfolio four Column template inside page or recent works short code in your page this could solve image size problem.
Thank you
Hello
-> Please try with disable all plugins and check.
-> If still not work, provide us your FTP details in private reply, so we check into this.
-> You can update your logo using Theme options -> Header -> Logo, here all the options available related logo.
Thank you
You are welcome
You are welcome.
Hello
Please add below css code into Theme Options -> Custom css
.page-id-704 .hentry .entry-content,
.page-id-818 .hentry .entry-content {
margin-top: 0;
}
.page-id-704 .content {
padding-top: 0;
}
Thank you
Hello
Please add below custom css code inside Theme Options -> Custom css
.primary-menu a.sf-with-ul::before {
content: "" !important;
}
Thank you
Hi @Fulop Andras,
As per forum rule.
https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/
Please open a new thread, do not post in other users thread.
Thank you.
Hello
For removing “/” sign after menu, add below code inside Theme options -> Custom CSS option
ul.nav-menu li .slash {
display: none;
}
Thank you
Hello
Let me explain you what is the issue here,
In header Social icon and input search for both same color use. You are apply “Subscribe/Social icons color” White color for this so any written text is not readable.
Solution is two way:
1: Change Subscribe/Social icons color this color.
2: Use below css in custom css inside theme option.
.header_v4 input#search-text-top {
color: #ccc !important;
}
* Change your color code with sample code.
Thank you