Is it possible to apply changes to a specific menu item that wont have an effect on the rest ? By changes i mean like a bigger font/different font/bolder/ etc
http://www.badragencynews.com/ this is the news site im working on and on the top menu ending In ” Arabic Agency ” and ” Badr Newspaper ” id like to make those pop out more than the rest because theyre linked to 2 different other websites.
Hello,
This can be done with css. Every menu item has a specific class that can be targeted. You can use this code to increase the font a bit:
.menu-item-2144 a, .menu-item-2145 a{
font-size:16px!important
}
result: http://screencast.com/t/k7SD68oMb
Thank you!
That worked perfectly thank you Bogdan <333
Im stuck on one more problem and im hoping you could help me, i been trying to fix this for awhile.
Iâve installed a â Time ago â plugin to display when a post was published, for example 5 seconds ago, 5 mins ago etc. Its working for all my categories except the â HOME â and â News â those 2 are displaying the publishing date of the actual page not post. So it displays â 2 months ago â for the entire page and overwriting the time ago plugin. How do i fix this?
http://www.badragencynews.com/ i mean its working fine on category menu items ive created, but the actual pages i left intact which are ” Home ” and ” News ” are blocking the plugin. Also if theres a solution without the plugin i can do that aswell aslong as date on post changes to ” time ago ” stamp. Thanks in advance
Hello,
Unfortunately we have no easy solution for it. you can either use plugins (time ago or anything other) or you can try the coding method: http://mekshq.com/change-wordpress-date-format-to-time-ago/ but this involves editing the theme files and a bit of php know how.
Thank you!
Hello,
As the function is a php code and the newsmag theme as well as newspaper is created in php, then it most definitely works. It just needs adaptation to the code. If you cannot manage it, we recommend hiring a freelancer as php knowledge will be required for this task. Alternatively you can use a plugin that has a ‘time ago’ option.
The function that needs to be modified can be found here: http://screencast.com/t/VBnS47zy
Thank you!
I would also like clarification on how to make the ‘time ago’ plugin work.
Thank you.
When you posted this screen shot, http://screencast.com/t/VBnS47zy
Can you please explain the process in more detail?
As a quote from above:
It just needs adaptation to the code. If you cannot manage it, we recommend hiring a freelancer as php knowledge will be required for this task. Alternatively you can use a plugin that has a âtime agoâ option.
The function that needs to be modified can be found here: http://screencast.com/t/VBnS47zy
We do not have a customization department and custom work such as this falls beyond what the theme support can offer you.
Thank you!
Thank you for that.
Homepage blocks now say each post was made “3 years ago”… the rest of the site is fine, the problem is only with the homepage blocks

