Okay
  Public Ticket #1975491
Portfolio Boxed Images
Closed

Comments

  • Mark started the conversation

    Hi!


    I got the theme working! I had to enable the switch front-end editor loader method. Then it worked! :)


    Anyway, just to start, I was wondering how I can chanhe the colours to the "Portfolio Boxed Images" to be the same as the demo i.e. white bg with black text. At the moment for me they are black text and a black background. I haven't changed the colours of anything in the theme and I cannot see where to change this section, in elementor or in the page settings. 


    thanks!

    mark

  •  675
    Neuron replied

    Hi Mark,

    Good to know, feel free to ask for anything you needsmile.png

    Check on the posts element settings, you'll be able to edit the title color, hover color and other style settings. http://prntscr.com/nc8t3p

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Mark replied

    Excellent! Thanks for the swift help.. as usual! A+!


    While I'm here maybe I can ask if there is a way I can increase the lenght of "preview" text of a post in the grid blog? I will not use images, so without some long texts it looks "empty". Thanks!

  •  675
    Neuron replied

    Hey,

    Please add the following PHP code in the functions.php, the best place to insert would be the child theme functions.php

    /**
     * Shorten the Excerpt
     */
    add_filter('excerpt_length', 'custom_excerpt_shorten', 9999);
    function custom_excerpt_shorten($length) {
        return 20;
    }

    The 20 represents the words count, you can increase that to any number.

    Feel free to ask for anything you need.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Mark replied

    You really rule! Thanks a lot for such support!


    I have one final question I think: is it possible to use a custom font that I have uploaded for headings? I already use it in the areas I could edit with elementor but the default headings? 

    thanks in advance!

  •  675
    Neuron replied

    Hey,

    You're welcome anytimesmile.png

    Well, that requires some extra work, you can read on the following article.

    - http://support.wedesignthemes.com/knowledge-base/how-to-add-custom-fonts-in-kirki/

    Please let me know if you struggle in anything, I will assist you for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Mark replied

    Hi!

    Thanks for the tip!

    Read the link you sent, but don't think that will help since the headings in the posts/portfolio are already pre styled in the theme, right? If a custom font button appears in the kirki it won't change the headings. I used elementor and the custom fonts plugin for sub headings on pages and it worked great for that, but its just the headings on the portfolio & blog posts that I would like to change if possible :)

  •  675
    Neuron replied

    Hey,

    Please check the options within the Appearance > Customize > Typography. You'll be able to change the typography for all the headings and paragraphs.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.