Follow the same steps provided in the documentation for customization of the theme in the below URL.
https://docs.apigee.com/developer-services/content/customizing-theme
My custom theme is not displaying in the the apperance section in the developer portal
Hi @surendra babu kapuluru
Try clearing your Drupal caches first. To do that, go to Configuration â Development â Performance and click on the âClear all cachesâ button. Check again to see if your sub-theme shows up.
If not, we can help you solve this. Please tell us a little more about what changes you did. What base theme you copied, and where? Maybe a couple images or snippets of code could help.
Please keep us posted,
Regards.
Have you populated your âmy_theme.cssâ file ? If not everything comes from the Apigee responsive themeâs style.css as the parent.
You can also use developer tools to see if your CSS is showing anywhere.
If itâs appearing, my theme screen shot is not
appearing and layout got messed up.
Attached image for your reference.
Help me steps to follow and how to add bootstrap carousel
The theme should display in the administration based solely on the presence of a .info file (located in the sites/all/themes/ directory).
If your theme is showing up on the appearance administration page, but simply not looking correct, itâs usually because the css files are not being correctly loaded. stylesheets can be loaded in the .info file (look for a stylesheets object in the apigee_responsive.info file. Should look something like this (subbing in the name of your css file):
stylesheets[all][] = css/style.css
If your stylesheets are getting loaded correctly, it can also be that the Dev Portal is attempting to aggregate the files and failing to write the files. This often happens if your tmp directory or files directory doesnât have accurate permissions. You can go to admin/config/media/file-system and validate that all the directories are correctly writable.
Feel free to keep providing information, and Iâm sure we can get things working correctly.
1 Like