This forum is for assistance with theme development.

D8: How to Change the Background Color In One Region of Adaptive Theme?

I've looked in the online documentation (https://docs.adaptivethemes.com/) and I am a bit lost. I am also pressed for time trying to get a design working before a Tues am meeting.

What CSS / SCSS file do I need to modify in order to change the background color of a specific block region? (In my case it will be Leaderboard, Header First and Header Second)

Edit Forum Comment Layout

Hi Guys

I have just started setting up my new Drupal site and most things are going smooth ;-)

However I have recently activated the forum module on my site! And I have to say when there is 3-4-5 comments on one topic it gets really messy to look at! I have tried to google how to change layouts or change how topic "conversations" looks but I can't find a way to do it without changing some CSS settings, which I don't believe I'm hardcore enough to mess around with just yet :-)

I'm using a bootstrap theme!

off canvas block / region

Hi,

I am trying to create a block or region with a view (not menu/navigation) that I can move off the screen to the left. I believe this is whats called off canvas and should be done with push and pull? Could anyone point me in the right direction on how to do this ? All I can find is tutorials on how to do it with a navigation menu but that is not what I am trying to do. I am using the boostrap theme.

Thank you
wiz

Change Block Menu display position

Hi,

I have this site: http://bestoutlet.pt/drupal7v2/

And i want that search be in middle of logotipo and login but i can't understand how to do it, i have this code:

/* line 147, ../sass/screen.sass */
#secondary-menu-bar,
.region-header {
clear: right;
float: right;
max-width: 50%;
}

And i change it to a lot of things i clear cache and i see changes but the search block and login menu keeps together... i can't make this search block in middle of both...

How to create a list of taxonomy terms in homepage with drupal 8?

Hello, Can anyone tell me how to create a list of taxonomy terms in homepage. I'm coming from WordPress background so I have no idea how to do that. I have my homepage as mytheme/templates/page--front.html.twig

I have created a new region called home_content in my theme.info.yml and I have created a view(block) for getting the taxonomy terms, added it to region in back-end and display it as {{page.home_content}}. It works but I have few questions.

Pages

Subscribe with RSS Subscribe to RSS - Theme development