Site logo

Archived topic

How I can make this tweaks on Marketer?

26 replies · Started by Former User on August 30, 2021

Viewing posts 16–27 of 27

Hello Ying,

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

Thanks,

Sara

Hi there,

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

Hello,

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

Thanks,

Sara

Try this CSS:

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

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

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

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.

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

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.

Awesome!! Thank you for the info David :)

You're welcome

This archived topic is closed to new replies.