-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bottom section background color #251
Comments
Hi , I hope you dont mind my suggestion but I had succesfully changed my Header & Footer colours to match, I've used a gradient in mine however this template has great features like being able to use High IQ CSS & make your own user CSS taking advantage of setting your header & or footer to #background { background: var(--hiq-colour-grey-1) }
and save , or whichever div ID and which ever custom colour you want (grey scale for example)
it works for me :) only disadvantage but not a big deal is its best to memorise this or save a copy offsite to cut & paste as |
Hi M4dKiwi Thanks for your reply and input. I agree its a great template :-) I will try your suggestion. However just to be sure about my query. I am able change color of the footer, but what I am trying is to change the background of the Bottom A/B modules. Im trying to have design like below image, where footer is one color (black) and Bottom B modules have another color (grey). Thanks |
Thanks I will try. PS: Will it change the color of the whole template area of the "bottom" or perhaps just the color of the bottom B containers? |
all good
*it should only affect the div are you insert the ID tag to*
(usually before the class tag & insuring it still is enclosed with its closing '>' bracket still
, in your case you want to insert it into the following .... (index.php)
<div class="grid-child container-bottom-a">
or
<div class="grid-child container-bottom-b">
change them to
* <div ID='bg' class="grid-child container-bottom-a">*
or
*<div ID='bg' class="grid-child container-bottom-b">*
for instance , the ccs styling is the best part
(its simple even for learners like myself, dont forget to create a
*user.css*
file into the css folder which is where you can add styling changes
- its another great feature :)
…On Thu, 4 Nov 2021 at 04:33, ftlx ***@***.***> wrote:
Thanks I will try.
Im not a css shark though :-)
PS: Will it change the color of the whole template area of the "bottom" or
perhaps just the color of the bottom B containers?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#251 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOO43HC6XVPYVJN5BFISG3UKFI37ANCNFSM5HIZNJ2Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Soooo.... do you wanna close this now? |
I'll leave it open for a couple of days as it's given me an idea. |
Hi MD4kiwi I did the changes and it is working well :-) however i had to add ...full-width.. to have the black color edge to edge, if not it will be only on the module background which will be black. |
good to hear, |
Sure and thanks for guidance, Im doing progress slowly :-) I agree it as a great template and not with too much complicated makeup like many other templates on the web. PS: If dont mind, where can I see your site, just to have some inspiration and see the posibillities. Regards |
so far my site is a work in progress & so currently it's hosted localy on an apache server (not exactly online yet), as mentioned my header & footer share the gradient but header starts at --> background:--hiq-header-background https://code.tutsplus.com/tutorials/how-to-build-a-kick-butt-css3-mega-drop-down-menu--net-15129 another tip to help with your custom css styling, (for now) I've found it handy to have an article to test your typography , dont forget you can use fontawsome with this template I will also give you some handy links I use even if for inspiration https://github.com/you-dont-need/You-Dont-Need-JavaScript https://www.codesdope.com/blog/article/12-creative-css-and-javascript-text-typing-animati/ https://www.webdesigndev.com/free-javascript-effects-for-web-designers/ also code pen has lots of awsome code techniques https://codepen.io/ so far Im having to add my javascript code into the header menus .js file but its not ideal, |
Super and thanks for the tips and links. Its really appreciated. PS: I did some basic programming in Uni. in something Turbo Pascal, thats a few years ago and things have changed slightly since than. Take care and stay strong :-) |
I was Reading (& watching this great video) on https://css-tricks.com/ (another good site to bookmark) https://css-tricks.com/have-single-page-apps-ruined-the-web-transitional-apps/ ( I have experience in (a little of) so many diff programing languages (almost every acronym program language out there) but I'm still learning more everyday - I'd love to learn more about php & yaml programing |
Im in full css mode at the moment :-) Thanks for the link and all the best with learning. |
Hi C-Lodder
Im trying to change background color of the bottom section (Bottom A/B). But without luck.
Is that a defined section or can it be changed, like the background color of the footer
See photo as example.
Please advise
FTLX
The text was updated successfully, but these errors were encountered: