Forum Replies Created

Viewing 20 posts - 5,201 through 5,220 (of 12,027 total)
  • Author
    Posts
  • in reply to: Document color codes #246236
    Skandha
    Participant

    @henebe: Hello Heinz,
    When you choose the color in the customizer you will be able to see the color codes there itself. When you click on select color for any color option you will see the color code currently in use.

    The other thing you can do is create a backup of all your post/page media file content and your customizer settings.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Document color codes #246205
    Skandha
    Participant

    @henebe: Hello Heinz,
    To know the color code you will need to use the Inspect Element tool of your browser.
    For example: To know the color of the Header Media text Herzlich Willkommen right click on it and click on Inspect Element
    you will see a small window pop up. On the right hand side you will the CSS Coding and you should be able to see the color code that is being used for the text.

    If this doesn’t work out please let me know the system and web browser you are using.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @ushasj: Hello there,
    I suggest you not to directly core theme files as all the changes you make will get lost when you update the theme to newer version. Can you let me know what you are trying to achieve?

    Kind Regards,
    Skandha

    in reply to: Images Gallery #246170
    Skandha
    Participant

    @minormoves: Hello there,
    I will need to look into your site to debug the issue. I will contact you shortly by email.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @nykonos: Hello Nicolas, 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/bold-photography/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 great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: License for Version Pro #246167
    Skandha
    Participant

    @ojoelle: Hello there,
    That is the email I was taking about. Can you send me your WP Admin Credentials through that email so that I can look into your theme license issue?

    Kind Regards,
    Skandha

    in reply to: Clean Fotographie #246126
    Skandha
    Participant

    @stewart-wall: Hello Stewart,
    Can you please post in your site URL. Also do you want the featured image to show up as a header image on individual pages?

    Kind Regards,
    Skandha

    in reply to: Framework in the team section #246125
    Skandha
    Participant

    @henebe: Hello Heinz, 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-fullscreen/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: Demo import problem #246124
    Skandha
    Participant

    @alicebensi: Hello there,
    I will need to look into your site to debug the issue. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: The Search Icon tool didnt work #246108
    Skandha
    Participant

    @kwek3net: Hello there,
    I checked for the issue at my end and the search function was working fine on Chrome Browser. Can you please let me know the version of the theme you are using?

    Kind Regards,
    Skandha

    in reply to: Framework in the team section #246107
    Skandha
    Participant

    @henebe: Hello Heinz,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .team-content-wrapper .hentry-inner {
        background-color: unset !important;
    }

    To change the image size of team section you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization.

    I have afraid it is not possible to add a graphic logo instead of a button. If you really need it I suggest you to hire a customizer to get it done.

    I hope this helps you out!
    Kind Regards,
    Skandha

    in reply to: Clean Fotographie #246106
    Skandha
    Participant

    @stewart-wall: Hello Stewart, 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,
    Skandha

    in reply to: Decrease Space Header #246105
    Skandha
    Participant

    @rizkadarmawan: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 64em) {
    	.site-content {
    	    padding: 0px;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Clean Fotographie #246082
    Skandha
    Participant

    @stewart-wall: Hello Stewart,
    To change the text color of Featured Content Section
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content .entry-title, .custom-header-content .site-header-text {
        color: #f23456 !important;
    }

    You can change color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Decrease Space Header #246081
    Skandha
    Participant

    @rizkadarmawan: 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/travelore/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: Decrease Space Header #246073
    Skandha
    Participant

    @rizkadarmawan: Hello there,
    Can you explain which space you would like to reduce on your site?

    If you want to change height of the Primary Menu please try adding the following CSS Code.

    @media screen and (min-width: 64em) {
    	.site-navigation a {
    		padding: 15px 0px;
    	}
    }

    You can change the padding to adjust the height of the primary menu container.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Blog page title #246072
    Skandha
    Participant

    @jdeg: 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/chique/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: Clean Fotographie #246071
    Skandha
    Participant

    @stewart-wall: Hello Stewart,

    1. You won’t have to start from scratch. All you customizer setting from free will migrate to pro when you upgrade to the pro version of the theme.

    2. To change the text color of Featured Content Section
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content-section article .entry-header .entry-title a, #featured-content-section article .entry-header .entry-meta .posted-on a {
        color: #f23456;
    }

    You can change color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @henebe: Hello Heinze,
    I am afraid that is not possible with the available theme options. If you really need it I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: Issue Phone display #245992
    Skandha
    Participant

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

    Kind Regards,
    Skandha

Viewing 20 posts - 5,201 through 5,220 (of 12,027 total)