- Issue created by @hamid.ali
- ๐ฎ๐ณIndia chetan 11
chetan 11 โ made their first commit to this issueโs fork.
- Assigned to PrabuEla
- ๐ฎ๐ณIndia adarshv
Hello @Hamid.ali,
To change the Twitter logo, you need to add/import the library "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" and replace the icon class "bi bi-twitter" with "bi bi-twitter-x" in the "OpenChurch Core" module.
- First commit to issue fork.
I have created MR!3 for the above issue,
In this we updated "theme-settings.php", "openchurch_theme.settings.yml", "openchurch_theme.schema.yml", "openchurch_theme.libraries.yml"
Also we need to update some codes on the "openchurch_core" Module.
openchurch_core.module
Apply inside of
"openchurch_core_library_info_alter()"
this hook
if ($icons_min_css = theme_get_setting('icons_min_css')) { $libraries['icons-min']['css']['component'] = [$icons_min_css => []]; }
openchurch-core-footer.html.twig
Apply inside of {% if footer_twitter %} this condition.
<li class="list-inline-item"><a href="{{ footer_twitter }}"><i class="bi bi-twitter-x"></i></a></li>
- Issue was unassigned.
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
I am resetting the Assigned field, since the person to whom this issue was assigned did not work on this issue since more than 24 hours ago.