المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : اظهار اداة او اخفائها في مدونة بلوجر



rss
16-10-2018, 03:42 PM
http://3.bp.blogspot.com/-Es1SQu-1O_U/VGF6YiMgaxI/AAAAAAAABlo/YGigPmDT1YY/s1600/blogger.jpg (http://3.bp.blogspot.com/-Es1SQu-1O_U/VGF6YiMgaxI/AAAAAAAABlo/YGigPmDT1YY/s1600/blogger.jpg)

اضافة لاخفاء بعض الادوات في الصفحة الرئيسية او الصفحات الثابتة او في المواضيع نقوم بالبحث داخل القالب عن كلمة ونقوم باضافة الاكواد التالية تحتها مباشرة
كود اخفاء الادوات فقط في الصفحة الرئيسية

.sidebar,.comments,.footer {display:none;}
#main-wrapper{width: 99%; float: none; margin: 0px auto;}
html {overflow-x: hidden;}
.post {width: 97%; margin: 15px auto;} .post h3 a { text-align: center; padding:5px;}

نقوم باضافة الاداة المعلمة بالون الاحمر لاخفائها في الصحفة الرئيسية


لاخفاء الاداة في جميع الصفحات ماعدا الصفحة الرئيسية



.sidebar,.comments,.footer {display:none;}
#main-wrapper{width: 99%; float: none; margin: 0px auto;}
html {overflow-x: hidden;}
.post {width: 97%; margin: 15px auto;} .post h3 a { text-align: center; padding:5px;}
نقوم باضافة الاداوت المعلمة بالون الاحمر مع الاضافة التي ترغب في اخفائها في جميع الصفحات ماعدا الصحفة الرئيسية
لاخفاء اداة في المواضيع فقط

.sidebar,.comments,.footer {display:none;}
#main-wrapper{width: 99%; float: none; margin: 0px auto;}
html {overflow-x: hidden;}
.post {width: 97%; margin: 15px auto;} .post h3 a { text-align: center; padding:5px;}
نقوم باضافة الاداوت المعلمة بالون الاحمر لاخفائها في المواضيع فقط

لاخفاء اداة في الصفحات الثابتة


.sidebar,.comments,.footer {display:none;}
#main-wrapper{width: 99%; float: none; margin: 0px auto;}
html {overflow-x: hidden;}
.post {width: 97%; margin: 15px auto;} .post h3 a { text-align: center; padding:5px;}

نقوم باضافة الاداوت المعلمة بالون الاحمر لاخفائها في الصفحات فقط