Forum Replies Created

Viewing 20 posts - 9,261 through 9,280 (of 12,034 total)
  • Author
    Posts
  • in reply to: Change Homepage body background color #164226
    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,
    Skandha

    in reply to: Contact Form Style #164220
    Skandha
    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,
    Skandha

    in reply to: Bug of passage ? #164215
    Skandha
    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,
    Skandha

    in reply to: CT:Tour open link in new window #164214
    Skandha
    Participant

    @erich74: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Featured Image Slider content disappearing #164213
    Skandha
    Participant

    @effess: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Undefined index: news_ticker_show (line 162) #164209
    Skandha
    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,
    Skandha

    in reply to: deactivate primary menu in "rock star" theme #164208
    Skandha
    Participant

    @appleseed: Glad you were able to figure it out. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: Contact Form Style #164206
    Skandha
    Participant

    @calisto1780: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Change Homepage body background color #164203
    Skandha
    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,
    Skandha

    in reply to: How do i disable the search button on the top right corner? #164143
    Skandha
    Participant

    @thejway: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Bug of passage ? #164140
    Skandha
    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,
    Skandha

    in reply to: Catch Fullscreen, bugs and small issues #164139
    Skandha
    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,
    Skandha

    in reply to: Create custom image sizes & increase font size #164138
    Skandha
    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,
    Skandha

    in reply to: modern menu broken #164130
    Skandha
    Participant

    @peer: I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Featured Image Slider content disappearing #164129
    Skandha
    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,
    Skandha

    in reply to: Space between featured content and footer #164128
    Skandha
    Participant

    @effess: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: How to use the Essential Content Types Pro plugin #164127
    Skandha
    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,
    Skandha

    in reply to: Change Homepage body background color #164126
    Skandha
    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,
    Skandha

    in reply to: Align slider captions to the right? #164125
    Skandha
    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,
    Skandha

    in reply to: Catch Everest Tagline Color & Font Size #164122
    Skandha
    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

Viewing 20 posts - 9,261 through 9,280 (of 12,034 total)