Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@apwordandsound: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#post-29 .entry-content { background-color:#000052; } .wp-block-button.aligncenter { padding-bottom:20px; }You can change the color according to your choice.
Do you mean to display sidebar and footer only on specific pages? If yes let me know on which pages you want them to be displayed.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@calisto1780: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#post-87 #wpforms-260 { font-family:poppins,sans-serif; }Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Participant@keikodamaikada: 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/fotografie-blog/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@erich74: Glad I was able to help you out. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@chriswood1993: Hello Chris,
The theme update has been released. Please update the theme and let me know if the issue is resolved.Kind Regards,
SkandhaSkandha
Participant@appleseed: Glad you were able to figure it out. Let me know if you have anymore issues.
Kind Regards,
SkandhaSkandha
Participant@calisto1780: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@apwordandsound: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.site-header-logo { background-color:#000052; }You can change the color according to your choice.
Let me know if this is what you want!
Kind Regards,
SkandhaJanuary 22, 2019 at 3:24 am in reply to: How do i disable the search button on the top right corner? #164143Skandha
Participant@keikodamaikada: Hello there, Sorry for the late reply.
Since Fotografie Blog Pro is already a child theme of Fotografie Theme you cannot create a child theme of it.
Sorry for the mishap.
You will need to create a plugin for this.
I will contact you shortly by email.Kind Regards,
SkandhaSkandha
Participant@thomaswaerness: Can you attach me screenshot of the issue you are having with the menu?
Are you having issue while scrolling through the pages? Please explain your issue.Kind Regards,
SkandhaSkandha
Participant@sorayacge: So first you will need to create a child theme. For that you can use Generate Child Theme Plugin. Install and Activate the plugin. Go to => Dashboard => Generate Child Theme => Select Parent Theme as Adventurous Pro and fill the other fields and click on Generate. Then will create and active the child theme.
Now, Go to => Child Theme Folder => functions.php and add the following Code.
function child_theme_setup() { add_image_size('featured', 500, 324, true); } add_action( 'after_setup_theme', 'child_theme_setup', 11 );You can alter the image size according to your choice.
This should change the featured image size on your site.
Kind Regards,
SkandhaSkandha
Participant@effess: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#main-slider .entry-container .entry-content { display:block; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@effess: Glad I was able to help you out. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@elliottrae: You can use the following Code to remove the login tab
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..ws-dropdown { display:none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@apwordandsound: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.site-header-logo { background-color:#000052; }You can change the color according to your choice.
Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Participant@effess: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:860px) { #main-slider .entry-container { width:90%; text-align:right; } } @media screen and (max-width:770px) { #main-slider .entry-container { width:86%; text-align:right; } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@ecmac11: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#hgroup #site-description { font-size:20px; color:#38b12c !important; }You can change the font size and color according to your choice.
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
