By Meagan Hooper on Thursday, 02 February 2017
Posted in General Issues
Replies 4
Likes 0
Views 302
Votes 0
Hello,

Can you tell me what the preferred method is for making css style changes to EasySocial/Docker. I know there is a theme editor built in, but it seems that it is for editing php layout files. We've been adding css rules to our main template stylesheet, but wanted to make sure we weren't overlooking anything.

Thank You.
Hello Meagan,

Your ideal way of adding css overrides / changes is in your Joomla template. Most Joomla template allows you to create override files to avoid issues when you upgrade. You could check with the manual from your template
·
Thursday, 02 February 2017 01:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you. That is what I thought.

As a followup, can you tell me what file the following code is located in:

<div class="es-login-box" style="background-image: url('http://bsmartguide.com/media/com_easysocial/images/bg-register.jpg');">
<div class="o-row">
<div class="o-col--6">
<div class="es-login-box__msg">

<div class="register-wrap">
<div class="es-login-box__msg-title">
Don't have an account yet? </div>
·
Thursday, 02 February 2017 06:57
·
0 Likes
·
0 Votes
·
0 Comments
·
I believe this is the file that you are looking for, /components/com_easysocial/themes/wireframe/helpers/html/login.php
·
Thursday, 02 February 2017 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Meagan,

if I am not wrong, are you referring this login php file?

JoomlaFolder/components/com_easysocial/themes/wireframe/helpers/html/login.php

If yes, you can use template override this php file into your current template, the template override path is JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/helpers/html/login.php (You have to manually create those new folder)

Hope this will help.
·
Thursday, 02 February 2017 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post