Problem with parallax theme
-
Hello,
I want to customize my WordPress site.
I am using a parallax theme (Port) and i want to make my own sections but i don’t succeed in overwriting the css code to put a background image or a background color in full width page.
here is my CSS code :.ma_div { background-image: url('https://craftdotai.files.wordpress.com/2015/03/craft-ai-bgnd-25.jpg'); background-repeat: no-repeat; background-size: cover; margin: 0; padding: 0; width: 100%; position: relative; padding: 0; width: 100vw; box-sizing: border-box; box-shadow: 0 -1px 10px rgba(0,0,0,.7); transform-style: inherit; } .ma_div2 { width: 100%; margin-left: 0; margin-right: 0; border: 1px ##949494 solid; background-color: #d5d5d5; padding: 0; }Thanks in advance
The blog I need help with is: (visible only to logged in users)
-
That theme does not exist at WordPress.COM and you cannot get CSS editing support here for any site that is not hosted by WordPress.COM and does not also have the required upgrade.
It appears your site is not hosted by wordpress.COM and you are posting to the wrong support forum.
WordPress.COM and WordPress.ORG are completely separate and have different username accounts, logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/
If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there.
Resetting your WordPress.ORG password http://codex.wordpress.org/Resetting_Your_Password
WordPress.org support docs are at https://codex.wordpress.org/Main_Page -
Oh WAIT! I am visually challenged and I just saw that you referring to the Port theme. Please be patient while waiting for CSS editing help form Staff.
-
Hi @adrienguyot17,
Happy to help with this. The selectors you’re using should work for what you’re looking for. For example, I tried the following:
.ma_div2 { background-color: black; }That seemed to work correctly on my side. Could you clarify specifically what customization you’re having trouble with?
- The topic ‘Problem with parallax theme’ is closed to new replies.