Site logo

[Support request] How I can make this tweaks on Marketer?

Home Forums Support [Support request] How I can make this tweaks on Marketer?

Home Forums Support How I can make this tweaks on Marketer?

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • #1913641
    Anonymous

    Hello Ying,

    Also, How can I add underline on links like on secondsite bellow?

    Thanks,

    Sara

    #1913770
    David
    Staff
    Customer Support

    Hi there,

    the secondsite is using the System font. That is all Customizer > Typography settings will be set to inherit

    #1914498
    Anonymous

    Hello,

    Just one last thing how I can make links underline like on site bellow?

    Thanks,

    Sara

    #1914519
    Leo
    Staff
    Customer Support

    Try this CSS:

    .entry-content p a, .nav-links a {
        border-bottom: 2px solid rgba(93, 184, 115, .2);
    }
    #1917455
    Anonymous

    Hello Leo,

    Yes that worked 🙂 But, I just got one last issue on point 2 where we added “Updated on ” text before postdate, the thing is I would like to show post update date not publishing date, how I can manage to do this?

    Thanks,

    Sara

    #1917576
    David
    Staff
    Customer Support

    You can add the snippet provided here:

    https://docs.generatepress.com/article/generate_post_date_show_updated_only/

    It will output only the Updated Date if there is one, otherwise it will display the Published date.

    #1917925
    Anonymous

    Hello David,

    I will try this, but, do I need to use Code Snippets plugin (https://wordpress.org/plugins/code-snippets/)? or how I execute this snippet? can be done on elements?

    Also, Leo on CSS code for underlining links is also underlining buttons as you can see on link bellow, how I can disable it from buttons?

    Thanks for your time,

    Sara

    #1917960
    David
    Staff
    Customer Support

    You need Code Snippets unless you are working with a Child Theme, and then it can be added to the Child Theme functions.php

    I edited Leos CSS so it only styles links inside a paragraph.

    #1918853
    Anonymous

    Hello David,

    Underline is gone on buttons with new CSS code and with code snippets it seems to be showing update date as you claim, just one last question is priority 10 code snippets good?

    Thanks for your time,

    Sara

    #1918890
    David
    Staff
    Customer Support

    Short answer: Yes, 10 is good 🙂

    More info:
    Priority in code snippets is the same as the Priority set in an add_action hook ( which is an option you see in GP Hook Elements ) or an add_filter hook code snippet.

    The priority simply sets the order the code should be fired. For example a priority of 1 gets fired before 2, 3, 4, 5 etc. . Think of them as those old take a Number Ticket Queuing systems.

    If you have a number of snippets and they are all left as default of 10 then those codes get executed in whichever order they were loaded.

    Personally i don’t see any reason for Priorities in Code Snippets, as most codes you add to code snippets already define where to be executed and in which order.

    #1918984
    Anonymous

    Awesome!! Thank you for the info David 🙂

    #1919282
    David
    Staff
    Customer Support

    You’re welcome

Viewing 12 posts - 16 through 27 (of 27 total)
  • You must be logged in to reply to this topic.