Home Forums Pro Themes Clean Corporate Pro join us button

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #28902
    lindaje
    Participant

    How do I add the ‘join us’ button on the front page slider as shown in the demo? And is it possible to set the number of words used in the description on this slider? OR re-direct to another page on the click of ‘read more’

    #28926
    wensolutions
    Keymaster

    Hello,

    The “Join Us” button in the demo of the theme comes from the “Secondary Button” option available in the theme featured slider when the “Featured Images” Slider type is selected in the Admin Dashboard > Appearance > Customizing > Featured Slider > Slider Type.

    However, the secondary button option is not available for the slider when featured post / categories are chosen to display in the slider.

    Regarding the excerpt length in the slider caption, the slider takes the caption from the post excerpt chosen to display in the slider.

    To control the length of the excerpt, you can manually enter the excerpt you want to display in the caption from the individual post edit screen > excerpt metabox. The excerpt posted in the excerpt metabox will be displayed as the caption for that post.

    Regarding the re-direction to custom link from the slider button, the option is available if you choose to display the “Featured Images” slider type as you get to manually enter the link for the slider buttons in this slider type.

    Please feel free to post your queries if you require any further assistance.

    Hope this helps,

    Best Regards !!

    #28929
    lindaje
    Participant

    Thanks.
    Cn I change the color of the fontawesome icons? And the blue color of the quotation marks?

    #28931
    wensolutions
    Keymaster

    Hello @lindaje,

    Although your query is not clear enough, we are assuming you want to change the color of the font awesome icons that you are using for the widgets in the front page widgets areas.

    The colors for the icons and the links / texts can be managed in the Clean Corporate Pro theme from your Admin Dashboard > Appearance > Customize > Home Widgets Color Options. Here you can choose color options for each individual widgets used in the front page widget area.

    if the steps above does not resolve your issue, please provide us your website URL explaining the section you are trying to change colors of so that we can assist you further.

    Hope this helps,

    Best Regards !!

    #28936
    lindaje
    Participant

    “the individual post edit screen > excerpt metabox.” — where is this? Is this the snippet?

    #28941
    wensolutions
    Keymaster

    Hello @lindaje,

    The “Excerpt” metabox is the WordPress default metabox which can be used to set custom excerpt for the posts.

    You can access and use the Excerpt metabox from below the default WYSIWYG Editor for post contents. However, please make sure you have checked the “Excerpt” option from the Post Edit screen > Screen Options first.

    Hope this Helps,

    Best Regards !!

    #29084
    lindaje
    Participant

    Thanks. Your instructions and help are making this setup so much easier. It is appreciated.

    Is it possible to remove or reduce the size of the large black horizontal bar which is the header of each page?

    #29097
    wensolutions
    Keymaster

    Hello @lindaje,

    The black horizontal bar that you are referring to is actually the header image that can be set from the Admin Dashboard > Appearance > Header. If image is set in the customizer option the image is shown in its place as the header image.

    However, if you wish not no use any header image and remove the block completely ( Including the page title on it ) you can use the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    #custom-header {
        display: none;
    }

    Alternatively, if you wish to decrease the height of the header bar to just show the title you can choose to use the following custom CSS :

    #custom-header {
        padding: 0px;
    }

    Hope this Helps,

    Best Regards !!

    #29171
    lindaje
    Participant

    Thank you, reducing the bar to just the height of the title would be wonderful. Thank you for the code to make this happen.
    I am not a coder and I won’t dare go muck around in the editor. Can you tell me, please, where to put this code? Can I install a plugin like Custom CSS and use that?
    Or, can I hire you to do it?

    #29173
    lindaje
    Participant

    Please ignore that last request. I got it. This is wonderful!
    Hopefully, this is the last question, almost there…
    I need to reduce the text width on the pages. The lines of text are the full width of the screen and are not conducive to easy reading. Is there some way to make the screen width on the pages about 2/3 of what it is now? Or, Could add a sidebar widget which shows up only when pages are displayed? If this is the case, which widget is the one I want? I tried several and none appear on the side of the screen when displaying a page.
    Thankyou. You are making this a pleasurable experience instead of a horrid one.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.