Jump to content

Need help to customized


mohsinskynet
Go to solution Solved by bpbenich,

Recommended Posts

mohsinskynet

Need some custom css code to do that please help me someone 

 

1: need to hide sync option from menu list

2: need to pull out download option from menu list

3: need to place a background for home menu for all users.

 

5b7e45d29fcf0_request1.jpg5b7e460ed3512_request2.jpg5b7e463239024_request3.jpg

Link to comment
Share on other sites

Happy2Play

1.

/*Remove Sync option*/
[data-id="sync"] {display: none !important;}

2. Not sure how to do this one.

 

 

3. Example from Blue Radiance Theme, add the url to your backdrop, Only Issue I see is it affects the Dashboard backdrop also.  But should get you on the right track.

div.backgroundContainer {
    background: url(bg.jpg) center top no-repeat #033361;
    -webkit-background-size: cover;
    background-size: cover;
}
  • Like 2
Link to comment
Share on other sites

mgworek

unless you want them to be able to download on a mobile app, can't you just disable the download option for the each user?

Link to comment
Share on other sites

mohsinskynet

TY YOU VERY MUCH FOR THAT PLEASE HELP ME FOR THE 2ND REQUEST

I HAVE TO PULL OUT THE DOWNLOAD BUTTON LIKE PLAY BUTTON

and one more thing the background is covering all the pages i want to cover only main home page

Or dynamic backdrops ????

 

 

1.

/*Remove Sync option*/
[data-id="sync"] {display: none !important;}

2. Not sure how to do this one.

 

 

3. Example from Blue Radiance Theme, add the url to your backdrop, Only Issue I see is it affects the Dashboard backdrop also.  But should get you on the right track.

div.backgroundContainer {
    background: url(bg.jpg) center top no-repeat #033361;
    -webkit-background-size: cover;
    background-size: cover;
}
Edited by mohsinskynet
Link to comment
Share on other sites

mohsinskynet

can it possible dynamic backdrops ???????

 

div.backgroundContainer {
background: url(bg.jpg) center top no-repeat #033361;
-webkit-background-size: cover;
background-size: cover;
}

 

TY YOU VERY MUCH FOR THAT PLEASE HELP ME FOR THE 2ND REQUEST

I HAVE TO PULL OUT THE DOWNLOAD BUTTON LIKE PLAY BUTTON

and one more thing the background is covering all the pages i want to cover only main home page

Or dynamic backdrops ????

Link to comment
Share on other sites

Glen348

is custom css for premium users only, and is there any way to center the my media content boxes to the center instead of to the left

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...