Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@israel_finn: Glad I could help you out. Have a good day!
Kind Regards,
SkandhaSkandha
Participant@sitanath: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/clean-fotografie/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
don’t hesitate to let me know. Have a good day!Kind Regards,
SkandhaSkandha
Participant@positivelyvisual: To reduce the space around page-title
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..custom-header .entry-container { padding-top:100px; padding-bottom:25px; }To change color of menu item and search
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#search-toggle a, .menu-label { color:#fff !important; } .fixed-nav .menu-toggle .fa, .fixed-nav .menu-close .fa { color:#fff !important; border-color:#fff !important; } #search-toggle .fa.fa-search:hover { color:#000 !important; } .menu-toggle .fa.fa-bars:hover { background-color:#000 !important; }Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@landyvlad: 1. Once you have pasted the block-quote image inside the images folder inside your theme folder you need to put the full url only the image name with extension will do.
2. Please post in your site URL.
Kind Regards,
SkandhaSkandha
Participant@wabbit: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
To remove the search field
#header-right-search { display:none; }To reduce gap between slider and featured content section
#feature-slider { padding-bottom:0; }To reduce gap page header and slider
#masthead { padding-bottom:0; } #site-branding { padding-bottom:0; }Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@clcv37: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-evolution/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
don’t hesitate to let me know. Have a good day!Kind Regards,
SkandhaSkandha
Participant@wabbit: Please post in your site URL and can you also elaborate your issue.
Kind Regards,
SkandhaSkandha
Participant@aj2: I just checked your site and it seems you have not created a menu yet. The menu being displayed in the front end is the default page menu when no menu is created.
So to create a menu
Go to => Appearance => Menus => Create new Menu
Then add menu items from the left
then Go to => Manage Location => Select where you want the menu to be displayed.Let me know if this solves the issue.
Kind Regards,
SkandhaSkandha
Participant@sea82: Hello there, you don’t seem to be using our theme. Please post your queries in the respective theme support forum.
Kind Regards,
SkandhaMay 24, 2018 at 6:38 am in reply to: Is scrollable Front Page with lots of content possible in Free Version? #146429Skandha
Participant@maxzaska: Yes, it is possible but you will have to do with the limited features available in the free theme. Let me know what do you want to add beneath the homepage image and I will suggest you how you can achieve that.
Kind Regards,
SkandhaSkandha
Participant@clcv37: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#colophon #access-footer ul.menu a { color:#ffa015; }Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@ritmo: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#slider-wrap .featured-text, #slider-wrap .featured-text:hover { background:rgba(0, 0, 0, 0.0); }Let me know if this works out.
Kind Regards,
SkandhaMay 24, 2018 at 6:10 am in reply to: How to Add a Privacy Policy page url in the center of the footer.php? #146426Skandha
Participant@marebos: To edit the footer you will need to create a child theme and make few customization. Let me know if you are familiar with child theme customization.
Alternatively, Footer option is available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.
Kind Regards,
SkandhaSkandha
Participant@landyvlad: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
blockquote { border:0 solid #1a1a1a; border-left-width:4px; color:#777; font-size:19px; font-style:italic; line-height:1.4736842105; margin:0 0 1.4736842105em; overflow:hidden; background:url(blockquote-bg.jpg) no-repeat; padding:0 0 0 1.263157895em; } blockquote p { padding-left:5px; }You can put the image inside images folder in your theme folder.
Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@clcv37: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#header-menu ul.menu a { color:#ffa015; } #header-content { display:none; }Let me know if this is what you want.
Kind Regards,
SkandhaSkandha
Participant@israel_finn: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#secondary-menu { background-color:rgba(236,235,230,0.0); } #secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { background-color:rgba(236,235,230,0.0); }Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@israel_finn: You seem to have added bit of CSS code due to which the footer is not showing up.
Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.#colophon { opacity: 0.0; }Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@positivelyvisual: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
To change the color of header when scrolling down.fixed-nav #masthead { background-color:#1a1a1a; }To change the size of logo in mobile view
@media screen and (max-width:1023px) { .site-branding img { width:125px; } }To shrink header area
.header-media-disabled #masthead.main-nav-scrolled { height:100px; }Let me know if this works out.
Kind Regards,
Skandha -
AuthorPosts
