dil_bert Posted December 15, 2016 Share Posted December 15, 2016 hello dear experts, guess i have messed up the stylesheet of my page a bit. i need to customize the size of the characers in the theme. How do that. note – i run the code below – i plugin called custom-css. this plugin is very very helpful – i tried alot but atm i am not able to customize the size of the title in postings. love to hear from you /* Enter Your Custom CSS Here */ .home .post-228 .entry-header { display: none; } .entry-meta .byline, .entry-meta .cat-links { display: none; } .entry-content { font-family: Georgia, serif; font-size: 10px; } body, .site-header { width: 95%; } body { margin: 0 auto; } #cff { width: 100% !important; padding: 0 !important; } .hentry { margin: 0 auto 18px !important; } (margin-bottom is 17px now,) .entry-title {font: 22px Georgia} /* Inhalte sind nur Beispiele */ .slider_container { margin: 5px auto; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .su-column-inner #scrapeazon-iframe:hover { height: 400px; position: absolute; width: 800px; background: #fff; z-index: 9999; padding: 25px; border: 1px solid #cdcdcd !important; } .su-column-inner #scrapeazon-iframe { -webkit-transition: .2s ease-out; -moz-transition: .2s ease-out; transition: .2s ease-out; } .su-column-inner #advanced_iframe:hover { height: 200px; position: absolute; width: 500px; background: #fff; z-index: 9999; padding: 25px; border: 1px solid #cdcdcd !important; } .su-column-inner #advanced_iframe { -webkit-transition: .2s ease-out; -moz-transition: .2s ease-out; transition: .2s ease-out; } .list-view .site-content .hentry { border-top: none; padding-top: 8px; } hopy you can help here Quote Link to comment Share on other sites More sharing options...
ginerjm Posted December 15, 2016 Share Posted December 15, 2016 How do we know what is not working when you don't show us how this batch of css is being used? PS - you have some comments in there (?) that may be interfering with the css it appears. 1 Quote Link to comment Share on other sites More sharing options...
dil_bert Posted December 15, 2016 Author Share Posted December 15, 2016 hello dear ginerjm many thanks for the quick reply. it appears on the page: http://www.literaturen.org i have tried some thing but i did not succed there on the page the headings oft the postings are some of the following.. (written in capitals) NeuerscheinungenNeu im RegalÜber das spricht man etc. etx. love to hear from you any and all help is greatly appreciated greetings Quote Link to comment Share on other sites More sharing options...
ginerjm Posted December 15, 2016 Share Posted December 15, 2016 Post the PERTINENT code here. Many of us don't click on blind links for the obvious reasons. Quote Link to comment Share on other sites More sharing options...
dil_bert Posted December 15, 2016 Author Share Posted December 15, 2016 hi there - i have no additional code in the css. but i will have a closer look later the day... meanwhile i hve added a screenshot - notthing harmful hmm - i try t o figure out what happens - and how i can customize the headings. - in other words - put the seize a bit smaller... Quote Link to comment Share on other sites More sharing options...
cyberRobot Posted December 15, 2016 Share Posted December 15, 2016 Are you familiar with the code inspector in your browser? In Firefox, Chrome, and Internet Explorer, you can right click the "Neuerscheinungen" text and click "Inspect Element" (or "Inspect" for Chrome). The code inspector lets you see what CSS is applied to the selected element. You can also change the values, add new CSS rules, etc. Of course, the changes through the inspector will be temporary. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.