Ajo Copyright module - Change all things appearing in the frontend to bold

This forum is for general questions about extensions for Joomla! 3.x.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
aspergerway
Joomla! Apprentice
Joomla! Apprentice
Posts: 34
Joined: Tue Feb 13, 2018 3:17 pm

Ajo Copyright module - Change all things appearing in the frontend to bold

Post by aspergerway » Thu Jun 14, 2018 1:08 pm

Hy!

I need to change all the things that appear in the frontend to bold in Ajo Copyright module.

Is it also possible to know if I can insert a space before and after the dash "-"?
So from 2017-2018 to 2017 - 2018.

Thanks!

https://extensions.joomla.org/extension ... ht-module/


Now:

Copyright © 2017 – 2018 Asperger Way. Tutti i diritti riservati. Per eventuali richieste di materiale scriveteci
Last edited by toivo on Thu Jun 14, 2018 1:58 pm, edited 1 time in total.
Reason: mod note: moved to 3.x Extensions

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28206
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: Ajo Copyright module - Change all things appearing in the frontend to bold

Post by imanickam » Thu Jun 14, 2018 4:42 pm

Try the following:

- Open the corresponding Ajo Copyright module for Edit
- Go to the tab Advanced
- For the option Module Class Suffix enter the value "myclass" (of course, without double-quotes)
- Save the module

- Add the following css entry in the appropriate css file.

Code: Select all

.myclass {
    font-weight: bold;
}
Note:
When you are editing a css file, make a copy of it before editing it.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

aspergerway
Joomla! Apprentice
Joomla! Apprentice
Posts: 34
Joined: Tue Feb 13, 2018 3:17 pm

Re: Ajo Copyright module - Change all things appearing in the frontend to bold

Post by aspergerway » Thu Jun 14, 2018 5:17 pm

Thanks!

Where can I find the appropriate CSS file?
And how do I paste the code?
Sorry!

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28206
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: Ajo Copyright module - Change all things appearing in the frontend to bold

Post by imanickam » Fri Jun 15, 2018 3:22 am

aspergerway wrote:Where can I find the appropriate CSS file?
For this, more information such as the following is needed.
(a) What is your site's URL?
(b) What template is being used?
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

aspergerway
Joomla! Apprentice
Joomla! Apprentice
Posts: 34
Joined: Tue Feb 13, 2018 3:17 pm

Re: Ajo Copyright module - Change all things appearing in the frontend to bold

Post by aspergerway » Fri Jun 15, 2018 9:12 am

Is https://www.aspergerway.com but it's offline. The template is Shaper Onpage (modified).


Which CSS needs to be modified in order not to lose the change after the updates?
You do not have the required permissions to view the files attached to this post.

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28206
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: Ajo Copyright module - Change all things appearing in the frontend to bold

Post by imanickam » Fri Jun 15, 2018 2:01 pm

Review of the site revealed that the template JoomShaper OnePage is being used for the site. As this template is based on the Helix3 template, you could refer to the documentation https://www.joomshaper.com/documentatio ... eader-code to know how to add the css in the option Custom CSS (that is available in the tab Custom Code when you open the Template Style for Edit).

You could also use the file custom.css to have your custom css entries.
Note! Please do not edit the template.css, legacy.css any other css file from the Helix3 template framework. The reason being that all of your changes will be overwritten by template engine. Instead, we suggest to use custom.css file where you can override the default CSS code created by the our team.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

aspergerway
Joomla! Apprentice
Joomla! Apprentice
Posts: 34
Joined: Tue Feb 13, 2018 3:17 pm

Re: Ajo Copyright module - Change all things appearing in the frontend to bold

Post by aspergerway » Sat Jun 16, 2018 10:06 am

Thank you so much!!!


Locked

Return to “Extensions for Joomla! 3.x”