Theming is the modification of the user interface of a software application without affecting its functionality
Theming is used to match the look and feel of an application to a particular domain, motif, or user. It is also known as skinning. Many facets of the design can be controlled, such as:
In Drupal 8 you are able to use a specific theme for viewing the site which is shown to users in maintenance mode.
The basics are:
(1) uncomment the line
# $settings['maintenance_theme'] = 'bartik';
in settings.php and set the theme you want to…
I'm developing a WooCommerce site. I need to have following functionality:
Products of a certain three categories needs to have extra delivery fee added per product.
This was already covered here:
Add a fee to WooCommerce per product, based on…
I made my theme.scss file and put it in src where it is supposed to be and then added it to the angular-cli.json file, but then what? Where is the css file that is supposed to be compiled?
I have bought and installed the launcher X in my Elelphone P 8000. It is very nice launcher with lots of options. but the developer quit the project and not responding to our requests. I want to randomize the transition effect in the application…
Let's say I want to use a different font, different font sizes, and a different color scheme for my app, and let's say I want to use Interface Builder.
I want to be able to style all these in one place, instead of say going to each label on…
With the introduction of workbench.experimental.colorCustomizations, how do I change the background colour of the minimap? Or has that option not been added yet?
When developing modules or theme for Drupal, there inevitably comes a time when we may need to include an external CSS or Javascript plugin or library for our project.
Drupal assets management is a little complex and make me confused, I read Adding…
I'm very new to drupal 8 and I'm doing my first custom template, but I'm having some trouble at the very beginning.
I'm trying to get in the page.html.twig the site_logo, but that is always null. I've checked that in my block setting the checkbox…
I have been requested to architect and develop a "site collection" where there are different sub-sites below the main umbrella site. Let's call the umbrella www.umbrella-site.net.
The subsites should be of form www.umbrella-site.net/sitex etc.
Now…
Inside my html.html.twig template I've added a stylesheet inside the style elements using this;
{% include directory ~ '/css/base/style.css' %}
Is there a way that I can strip it for all whitespaces? Can I apply the CssOptimizer class to it in any…
I have Yii2 application which uses the webvimark/user-management module to deal with Users. I've created additional model called UserProfile which adds some additional functionality and fields. For those interested, I followed this…
I am trying to modify drupal comment form so that just above the the form I can show a regions and add more blocks to that region (say some promotional banners).
I am doing this in template.php
I have a working themename_comment_form function and…
I am currently working on an Android TV app, so the focus color is very important.
I have added some spinners in my layout and I am trying to change the selector color.
Primary/secondary/Accentcolor are not doing anything.
First thing I have is to…
I'd like to know how to add attr "for" for labels and put the name of input as value of attr for
{% extends 'form_div_layout.html.twig' %}
{% block form_label %}
{%…